Html Css Color HEX #556299 Governor Bay

📋 copy color: '#556299'

red 85 ◦ green 98 ◦ blue 153

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

Shades of Governor Bay #556299

Tints of Governor Bay #556299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 25.3%
G = 29.17%
B = 45.54%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#556299 (or 0x556299) is known color: Governor Bay. HEX triplet: 55, 62 and 99. RGB value is (85,98,153). Sum of RGB (Red+Green+Blue) = 85+98+153=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #556299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556299 is #AA9D66. Grayscale: #646464. Windows color (decimal): -11181415 or 10052181. OLE color: 10052181.

HSL color Cylindrical-coordinate representation of color #556299: hue angle of 228.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556299 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 98 153 -
CMYK 0.44 0.36 0 0.4
HSL 228.53º 0.29% 0.47% -
HSV(B) 228.53º 0.44% 0.6% -
XYZ 13.86 12.97 31.91 -
YUV 100.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 85 98 153 0.44 0.36 0 0.4 228.53 0.29 0.47
Hex 55 62 99 2C 24 0 28 E5 1D 2F
Octal 125 142 231 54 44 0 50 345 35 57
Binary 1010101 1100010 10011001 101100 100100 0 101000 11100101 11101 101111

Color Harmonies of #556299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556299

Black with #556299

Text Example


Text Example

White with #556299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556299; }

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

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

background-color css

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

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

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

border-color css

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

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

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