Html Css Color HEX #555798 Governor Bay

📋 copy color: '#555798'

red 85 ◦ green 87 ◦ blue 152

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

Shades of Governor Bay #555798

Tints of Governor Bay #555798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 26.23%
G = 26.85%
B = 46.91%

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

#555798 (or 0x555798) is known color: Governor Bay. HEX triplet: 55, 57 and 98. RGB value is (85,87,152). Sum of RGB (Red+Green+Blue) = 85+87+152=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #555798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555798 is #AAA867. Grayscale: #5D5D5D. Windows color (decimal): -11184232 or 9983829. OLE color: 9983829.

HSL color Cylindrical-coordinate representation of color #555798: hue angle of 238.21º 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 #555798 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 87 152 -
CMYK 0.44 0.43 0 0.40
HSL 238.21º 0.28% 0.46% -
HSV(B) 238.21º 0.44% 0.6% -
XYZ 12.82 11.01 31.16 -
YUV 93.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 85 87 152 0.44 0.43 0 0.40 238.21 0.28 0.46
Hex 55 57 98 2C 2B 0 28 EE 1C 2E
Octal 125 127 230 54 53 0 50 356 34 56
Binary 1010101 1010111 10011000 101100 101011 0 101000 11101110 11100 101110

Color Harmonies of #555798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555798

Black with #555798

Text Example


Text Example

White with #555798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555798; }

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

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

background-color css

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

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

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

border-color css

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

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

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