Html Css Color HEX #555995 Governor Bay

📋 copy color: '#555995'

red 85 ◦ green 89 ◦ blue 149

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

Shades of Governor Bay #555995

Tints of Governor Bay #555995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 26.32%
G = 27.55%
B = 46.13%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555995 (or 0x555995) is known color: Governor Bay. HEX triplet: 55, 59 and 95. RGB value is (85,89,149). Sum of RGB (Red+Green+Blue) = 85+89+149=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #555995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555995 is #AAA66A. Grayscale: #5E5E5E. Windows color (decimal): -11183723 or 9787733. OLE color: 9787733.

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

Color convert

RGB 85 89 149 -
CMYK 0.43 0.40 0 0.42
HSL 236.25º 0.27% 0.46% -
HSV(B) 236.25º 0.43% 0.58% -
XYZ 12.74 11.25 29.93 -
YUV 94.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 85 89 149 0.43 0.40 0 0.42 236.25 0.27 0.46
Hex 55 59 95 2B 28 0 2A EC 1B 2E
Octal 125 131 225 53 50 0 52 354 33 56
Binary 1010101 1011001 10010101 101011 101000 0 101010 11101100 11011 101110

Color Harmonies of #555995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555995

Black with #555995

Text Example


Text Example

White with #555995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555995; }

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

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

background-color css

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

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

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

border-color css

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

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

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