#525588

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

Shades of Governor Bay #525588

Tints of Governor Bay #525588

Color information

#525588 (or 0x525588) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 88. RGB value is (82,85,136). Sum of RGB (Red+Green+Blue) = 82+85+136=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #525588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525588 is #ADAA77. Grayscale: #595959. Windows color (decimal): -11381368 or 8934738. OLE color: 8934738.

HSL color Cylindrical-coordinate representation of color #525588: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525588 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8285136-
CMYK0.400.3800.47
HSL236.67º24.77%42.75%-
HSV(B)236.67º39.71%53.33%-
XYZ11.1710.0724.65-
YUV89.92154.01122.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=27.06%
G=28.05%
B=44.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82851360.400.3800.47236.6724.7742.75
Hex525588282602Fed192b
Octal12212521050460573553153
Binary101001010101011000100010100010011001011111110110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525588; }

 p { color: rgb(82,85,136); }

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

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

 a { background-color: rgb(82,85,136); }

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

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

 span { border-color: rgb(82,85,136); }

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