Html Css Color HEX #5999B4 Shakespeare

📋 copy color: '#5999B4'

red 89 ◦ green 153 ◦ blue 180

#5999B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #5999B4

Tints of Shakespeare #5999B4

RGB

 RED value IS 89 (35.16% from 255) = 21.09%

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 21.09%
G = 36.26%
B = 42.65%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5999B4 (or 0x5999B4) is known color: Shakespeare. HEX triplet: 59, 99 and B4. RGB value is (89,153,180). Sum of RGB (Red+Green+Blue) = 89+153+180=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #5999B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999B4 is #A6664B. Grayscale: #888888. Windows color (decimal): -10905164 or 11835737. OLE color: 11835737.

HSL color Cylindrical-coordinate representation of color #5999B4: hue angle of 197.8º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5999B4 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 153 180 -
CMYK 0.51 0.15 0 0.29
HSL 197.8º 0.38% 0.53% -
HSV(B) 197.8º 0.51% 0.71% -
XYZ 23.75 28.2 47.37 -
YUV 136.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 89 153 180 0.51 0.15 0 0.29 197.8 0.38 0.53
Hex 59 99 B4 33 F 0 1D C6 26 35
Octal 131 231 264 63 17 0 35 306 46 65
Binary 1011001 10011001 10110100 110011 1111 0 11101 11000110 100110 110101

Color Harmonies of #5999B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5999B4

Black with #5999B4

Text Example


Text Example

White with #5999B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5999B4; }

 p { color: rgb(89,153,180); }

 H1.HeaderClassName
 {
   color: #5999B4;
 }
 .AnyTagClassName
 {
   color: #5999B4;
 }
</style>

background-color css

<style>
 a { background-color: #5999B4; }

 a { background-color: rgb(89,153,180); }

 div.DivClassName
 {
   background-color: #5999B4;
 }
 .BgClassName
 {
   background-color: #5999B4;
 }
</style>

border-color css

<style>
 span { border-color: #5999B4; }

 span { border-color: rgb(89,153,180); }

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