Html Css Color HEX #5596C0 Shakespeare

📋 copy color: '#5596C0'

red 85 ◦ green 150 ◦ blue 192

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

Shades of Shakespeare #5596C0

Tints of Shakespeare #5596C0

RGB

 RED value IS 85 (33.59% from 255) = 19.91%

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 19.91%
G = 35.13%
B = 44.96%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5596C0 (or 0x5596C0) is known color: Shakespeare. HEX triplet: 55, 96 and C0. RGB value is (85,150,192). Sum of RGB (Red+Green+Blue) = 85+150+192=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #5596C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596C0 is #AA693F. Grayscale: #878787. Windows color (decimal): -11168064 or 12621397. OLE color: 12621397.

HSL color Cylindrical-coordinate representation of color #5596C0: hue angle of 203.55º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5596C0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 150 192 -
CMYK 0.56 0.22 0 0.25
HSL 203.55º 0.46% 0.54% -
HSV(B) 203.55º 0.56% 0.75% -
XYZ 24.17 27.55 53.91 -
YUV 135.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 85 150 192 0.56 0.22 0 0.25 203.55 0.46 0.54
Hex 55 96 C0 38 16 0 19 CC 2E 36
Octal 125 226 300 70 26 0 31 314 56 66
Binary 1010101 10010110 11000000 111000 10110 0 11001 11001100 101110 110110

Color Harmonies of #5596C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5596C0

Black with #5596C0

Text Example


Text Example

White with #5596C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5596C0; }

 p { color: rgb(85,150,192); }

 H1.HeaderClassName
 {
   color: #5596C0;
 }
 .AnyTagClassName
 {
   color: #5596C0;
 }
</style>

background-color css

<style>
 a { background-color: #5596C0; }

 a { background-color: rgb(85,150,192); }

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

border-color css

<style>
 span { border-color: #5596C0; }

 span { border-color: rgb(85,150,192); }

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