Html Css Color HEX #555A9E Governor Bay

📋 copy color: '#555A9E'

red 85 ◦ green 90 ◦ blue 158

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

Shades of Governor Bay #555A9E

Tints of Governor Bay #555A9E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 25.53%
G = 27.03%
B = 47.45%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#555A9E (or 0x555A9E) is known color: Governor Bay. HEX triplet: 55, 5A and 9E. RGB value is (85,90,158). Sum of RGB (Red+Green+Blue) = 85+90+158=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #555A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A9E is #AAA561. Grayscale: #5F5F5F. Windows color (decimal): -11183458 or 10377813. OLE color: 10377813.

HSL color Cylindrical-coordinate representation of color #555A9E: hue angle of 235.89º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555A9E is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 90 158 -
CMYK 0.46 0.43 0 0.38
HSL 235.89º 0.3% 0.48% -
HSV(B) 235.89º 0.46% 0.62% -
XYZ 13.57 11.71 33.89 -
YUV 96.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 85 90 158 0.46 0.43 0 0.38 235.89 0.3 0.48
Hex 55 5A 9E 2E 2B 0 26 EC 1E 30
Octal 125 132 236 56 53 0 46 354 36 60
Binary 1010101 1011010 10011110 101110 101011 0 100110 11101100 11110 110000

Color Harmonies of #555A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A9E

Black with #555A9E

Text Example


Text Example

White with #555A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555A9E; }

 p { color: rgb(85,90,158); }

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

background-color css

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

 a { background-color: rgb(85,90,158); }

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

border-color css

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

 span { border-color: rgb(85,90,158); }

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