Html Css Color HEX #555795 Governor Bay

📋 copy color: '#555795'

red 85 ◦ green 87 ◦ blue 149

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

Shades of Governor Bay #555795

Tints of Governor Bay #555795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

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

R = 26.48%
G = 27.1%
B = 46.42%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555795 (or 0x555795) is known color: Governor Bay. HEX triplet: 55, 57 and 95. RGB value is (85,87,149). Sum of RGB (Red+Green+Blue) = 85+87+149=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #555795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555795 is #AAA86A. Grayscale: #5D5D5D. Windows color (decimal): -11184235 or 9787221. OLE color: 9787221.

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

Color convert

RGB 85 87 149 -
CMYK 0.43 0.42 0 0.42
HSL 238.13º 0.27% 0.46% -
HSV(B) 238.13º 0.43% 0.58% -
XYZ 12.58 10.92 29.88 -
YUV 93.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 85 87 149 0.43 0.42 0 0.42 238.13 0.27 0.46
Hex 55 57 95 2B 2A 0 2A EE 1B 2E
Octal 125 127 225 53 52 0 52 356 33 56
Binary 1010101 1010111 10010101 101011 101010 0 101010 11101110 11011 101110

Color Harmonies of #555795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555795

Black with #555795

Text Example


Text Example

White with #555795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555795; }

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

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

background-color css

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

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

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

border-color css

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

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

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