Html Css Color HEX #555695 Governor Bay

📋 copy color: '#555695'

red 85 ◦ green 86 ◦ blue 149

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

Shades of Governor Bay #555695

Tints of Governor Bay #555695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

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

R = 26.56%
G = 26.88%
B = 46.56%

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

#555695 (or 0x555695) is known color: Governor Bay. HEX triplet: 55, 56 and 95. RGB value is (85,86,149). Sum of RGB (Red+Green+Blue) = 85+86+149=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #555695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555695 is #AAA96A. Grayscale: #5C5C5C. Windows color (decimal): -11184491 or 9786965. OLE color: 9786965.

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

Color convert

RGB 85 86 149 -
CMYK 0.43 0.42 0 0.42
HSL 239.06º 0.27% 0.46% -
HSV(B) 239.06º 0.43% 0.58% -
XYZ 12.5 10.76 29.85 -
YUV 92.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 85 86 149 0.43 0.42 0 0.42 239.06 0.27 0.46
Hex 55 56 95 2B 2A 0 2A EF 1B 2E
Octal 125 126 225 53 52 0 52 357 33 56
Binary 1010101 1010110 10010101 101011 101010 0 101010 11101111 11011 101110

Color Harmonies of #555695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555695

Black with #555695

Text Example


Text Example

White with #555695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555695; }

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

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

background-color css

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

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

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

border-color css

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

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

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