Html Css Color HEX #5599BA Shakespeare

📋 copy color: '#5599BA'

red 85 ◦ green 153 ◦ blue 186

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

Shades of Shakespeare #5599BA

Tints of Shakespeare #5599BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 20.05%
G = 36.08%
B = 43.87%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5599BA (or 0x5599BA) is known color: Shakespeare. HEX triplet: 55, 99 and BA. RGB value is (85,153,186). Sum of RGB (Red+Green+Blue) = 85+153+186=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #5599BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599BA is #AA6645. Grayscale: #888888. Windows color (decimal): -11167302 or 12228949. OLE color: 12228949.

HSL color Cylindrical-coordinate representation of color #5599BA: hue angle of 199.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5599BA is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 153 186 -
CMYK 0.54 0.18 0 0.27
HSL 199.6º 0.42% 0.53% -
HSV(B) 199.6º 0.54% 0.73% -
XYZ 24 28.26 50.64 -
YUV 136.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 85 153 186 0.54 0.18 0 0.27 199.6 0.42 0.53
Hex 55 99 BA 36 12 0 1B C8 2A 35
Octal 125 231 272 66 22 0 33 310 52 65
Binary 1010101 10011001 10111010 110110 10010 0 11011 11001000 101010 110101

Color Harmonies of #5599BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599BA

Black with #5599BA

Text Example


Text Example

White with #5599BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5599BA; }

 p { color: rgb(85,153,186); }

 H1.HeaderClassName
 {
   color: #5599BA;
 }
 .AnyTagClassName
 {
   color: #5599BA;
 }
</style>

background-color css

<style>
 a { background-color: #5599BA; }

 a { background-color: rgb(85,153,186); }

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

border-color css

<style>
 span { border-color: #5599BA; }

 span { border-color: rgb(85,153,186); }

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