#55629D

Color #55629D Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #55629D

Tints of Governor Bay #55629D

Color information

#55629D (or 0x55629D) is unknown color: approx Governor Bay. HEX triplet: 55, 62 and 9D. RGB value is (85,98,157). Sum of RGB (Red+Green+Blue) = 85+98+157=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #55629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55629D is #AA9D62. Grayscale: #646464. Windows color (decimal): -11181411 or 10314325. OLE color: 10314325.

HSL color Cylindrical-coordinate representation of color #55629D: hue angle of 229.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55629D is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8598157-
CMYK0.460.3800.38
HSL229.17º29.75%47.45%-
HSV(B)229.17º45.86%61.57%-
XYZ14.213.133.68-
YUV100.84159.69116.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 157 (61.72% from 255) = 46.18%
R=25%
G=28.82%
B=46.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85981570.460.3800.38229.1729.7547.45
Hex55629D2E26026e51e2f
Octal12514223556460463453657
Binary101010111000101001110110111010011001001101110010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55629D; }

 p { color: rgb(85,98,157); }

 H1.HeaderClassName
 {
   color: #55629D;
 }
 .AnyTagClassName
 {
   color: #55629D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,98,157); }

 div.DivClassName
 {
   background-color: #55629D;
 }
 .BgClassName
 {
   background-color: #55629D;
 }
</style>
border-color css

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

 span { border-color: rgb(85,98,157); }

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