Html Css Color HEX #555A8A Governor Bay

📋 copy color: '#555A8A'

red 85 ◦ green 90 ◦ blue 138

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

Shades of Governor Bay #555A8A

Tints of Governor Bay #555A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 27.16%
G = 28.75%
B = 44.09%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#555A8A (or 0x555A8A) is known color: Governor Bay. HEX triplet: 55, 5A and 8A. RGB value is (85,90,138). Sum of RGB (Red+Green+Blue) = 85+90+138=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #555A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A8A is #AAA575. Grayscale: #5D5D5D. Windows color (decimal): -11183478 or 9067093. OLE color: 9067093.

HSL color Cylindrical-coordinate representation of color #555A8A: hue angle of 234.34º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555A8A is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 90 138 -
CMYK 0.38 0.35 0 0.46
HSL 234.34º 0.24% 0.44% -
HSV(B) 234.34º 0.38% 0.54% -
XYZ 11.99 11.08 25.55 -
YUV 93.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 85 90 138 0.38 0.35 0 0.46 234.34 0.24 0.44
Hex 55 5A 8A 26 23 0 2E EA 18 2C
Octal 125 132 212 46 43 0 56 352 30 54
Binary 1010101 1011010 10001010 100110 100011 0 101110 11101010 11000 101100

Color Harmonies of #555A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A8A

Black with #555A8A

Text Example


Text Example

White with #555A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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