#525488

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

Shades of Governor Bay #525488

Tints of Governor Bay #525488

Color information

#525488 (or 0x525488) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 88. RGB value is (82,84,136). Sum of RGB (Red+Green+Blue) = 82+84+136=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #525488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525488 is #ADAB77. Grayscale: #595959. Windows color (decimal): -11381624 or 8934482. OLE color: 8934482.

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

Color convert

RGB8284136-
CMYK0.400.3800.47
HSL237.78º24.77%42.75%-
HSV(B)237.78º39.71%53.33%-
XYZ11.099.9124.62-
YUV89.33154.34122.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=27.15%
G=27.81%
B=45.03%

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
Decimal82841360.400.3800.47237.7824.7742.75
Hex525488282602Fee192b
Octal12212421050460573563153
Binary101001010101001000100010100010011001011111110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525488; }

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

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

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

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

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

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

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

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