Html Css Color HEX #555A94 Governor Bay

📋 copy color: '#555A94'

red 85 ◦ green 90 ◦ blue 148

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

Shades of Governor Bay #555A94

Tints of Governor Bay #555A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.82%

R = 26.32%
G = 27.86%
B = 45.82%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555A94 (or 0x555A94) is known color: Governor Bay. HEX triplet: 55, 5A and 94. RGB value is (85,90,148). Sum of RGB (Red+Green+Blue) = 85+90+148=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #555A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A94 is #AAA56B. Grayscale: #5E5E5E. Windows color (decimal): -11183468 or 9722453. OLE color: 9722453.

HSL color Cylindrical-coordinate representation of color #555A94: hue angle of 235.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555A94 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 90 148 -
CMYK 0.43 0.39 0 0.42
HSL 235.24º 0.27% 0.46% -
HSV(B) 235.24º 0.43% 0.58% -
XYZ 12.75 11.38 29.54 -
YUV 95.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 85 90 148 0.43 0.39 0 0.42 235.24 0.27 0.46
Hex 55 5A 94 2B 27 0 2A EB 1B 2E
Octal 125 132 224 53 47 0 52 353 33 56
Binary 1010101 1011010 10010100 101011 100111 0 101010 11101011 11011 101110

Color Harmonies of #555A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A94

Black with #555A94

Text Example


Text Example

White with #555A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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