Html Css Color HEX #555B95 Governor Bay

📋 copy color: '#555B95'

red 85 ◦ green 91 ◦ blue 149

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

Shades of Governor Bay #555B95

Tints of Governor Bay #555B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 26.15%
G = 28%
B = 45.85%

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

#555B95 (or 0x555B95) is known color: Governor Bay. HEX triplet: 55, 5B and 95. RGB value is (85,91,149). Sum of RGB (Red+Green+Blue) = 85+91+149=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #555B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B95 is #AAA46A. Grayscale: #5F5F5F. Windows color (decimal): -11183211 or 9788245. OLE color: 9788245.

HSL color Cylindrical-coordinate representation of color #555B95: hue angle of 234.38º 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 #555B95 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 91 149 -
CMYK 0.43 0.39 0 0.42
HSL 234.38º 0.27% 0.46% -
HSV(B) 234.38º 0.43% 0.58% -
XYZ 12.91 11.58 29.99 -
YUV 95.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 85 91 149 0.43 0.39 0 0.42 234.38 0.27 0.46
Hex 55 5B 95 2B 27 0 2A EA 1B 2E
Octal 125 133 225 53 47 0 52 352 33 56
Binary 1010101 1011011 10010101 101011 100111 0 101010 11101010 11011 101110

Color Harmonies of #555B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B95

Black with #555B95

Text Example


Text Example

White with #555B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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