Html Css Color HEX #555698 Governor Bay

📋 copy color: '#555698'

red 85 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #555698

Tints of Governor Bay #555698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 152 (59.77% from 255) = 47.06%

R = 26.32%
G = 26.63%
B = 47.06%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#555698 (or 0x555698) is known color: Governor Bay. HEX triplet: 55, 56 and 98. RGB value is (85,86,152). Sum of RGB (Red+Green+Blue) = 85+86+152=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #555698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555698 is #AAA967. Grayscale: #5C5C5C. Windows color (decimal): -11184488 or 9983573. OLE color: 9983573.

HSL color Cylindrical-coordinate representation of color #555698: hue angle of 239.1º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555698 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 86 152 -
CMYK 0.44 0.43 0 0.40
HSL 239.1º 0.28% 0.46% -
HSV(B) 239.1º 0.44% 0.6% -
XYZ 12.74 10.85 31.13 -
YUV 93.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 85 86 152 0.44 0.43 0 0.40 239.1 0.28 0.46
Hex 55 56 98 2C 2B 0 28 EF 1C 2E
Octal 125 126 230 54 53 0 50 357 34 56
Binary 1010101 1010110 10011000 101100 101011 0 101000 11101111 11100 101110

Color Harmonies of #555698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555698

Black with #555698

Text Example


Text Example

White with #555698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555698; }

 p { color: rgb(85,86,152); }

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

background-color css

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

 a { background-color: rgb(85,86,152); }

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

border-color css

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

 span { border-color: rgb(85,86,152); }

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