#5893AF

Color #5893AF Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #5893AF

Tints of Shakespeare #5893AF

Color information

#5893AF (or 0x5893AF) is unknown color: approx Shakespeare. HEX triplet: 58, 93 and AF. RGB value is (88,147,175). Sum of RGB (Red+Green+Blue) = 88+147+175=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #5893AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5893AF is #A76C50. Grayscale: #848484. Windows color (decimal): -10972241 or 11506520. OLE color: 11506520.

HSL color Cylindrical-coordinate representation of color #5893AF: hue angle of 199.31º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5893AF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88147175-
CMYK0.500.1600.31
HSL199.31º35.22%51.57%-
HSV(B)199.31º49.71%68.63%-
XYZ22.226.0444.41-
YUV132.55151.9596.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 21.46%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=21.46%
G=35.85%
B=42.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881471750.500.1600.31199.3135.2251.57
Hex5893AF321001Fc72334
Octal13022325762200373074364
Binary101100010010011101011111100101000001111111000111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5893AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5893AF; }

 p { color: rgb(88,147,175); }

 H1.HeaderClassName
 {
   color: #5893AF;
 }
 .AnyTagClassName
 {
   color: #5893AF;
 }
</style>
background-color css

<style>
 a { background-color: #5893AF; }

 a { background-color: rgb(88,147,175); }

 div.DivClassName
 {
   background-color: #5893AF;
 }
 .BgClassName
 {
   background-color: #5893AF;
 }
</style>
border-color css

<style>
 span { border-color: #5893AF; }

 span { border-color: rgb(88,147,175); }

 td.TdClassName
 {
   border-color: #5893AF;
 }
 .TagClassName
 {
   border-color: #5893AF;
 }
</style>