Html Css Color HEX #555BA0 Governor Bay

📋 copy color: '#555BA0'

red 85 ◦ green 91 ◦ blue 160

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

Shades of Governor Bay #555BA0

Tints of Governor Bay #555BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.08%

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 25.3%
G = 27.08%
B = 47.62%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#555BA0 (or 0x555BA0) is known color: Governor Bay. HEX triplet: 55, 5B and A0. RGB value is (85,91,160). Sum of RGB (Red+Green+Blue) = 85+91+160=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #555BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555BA0 is #AAA45F. Grayscale: #606060. Windows color (decimal): -11183200 or 10509141. OLE color: 10509141.

HSL color Cylindrical-coordinate representation of color #555BA0: hue angle of 235.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555BA0 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 91 160 -
CMYK 0.47 0.43 0 0.37
HSL 235.2º 0.31% 0.48% -
HSV(B) 235.2º 0.47% 0.63% -
XYZ 13.83 11.95 34.84 -
YUV 97.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 85 91 160 0.47 0.43 0 0.37 235.2 0.31 0.48
Hex 55 5B A0 2F 2B 0 25 EB 1F 30
Octal 125 133 240 57 53 0 45 353 37 60
Binary 1010101 1011011 10100000 101111 101011 0 100101 11101011 11111 110000

Color Harmonies of #555BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BA0

Black with #555BA0

Text Example


Text Example

White with #555BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,160); }

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

background-color css

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

 a { background-color: rgb(85,91,160); }

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

border-color css

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

 span { border-color: rgb(85,91,160); }

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