#525496

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

Shades of Governor Bay #525496

Tints of Governor Bay #525496

Color information

#525496 (or 0x525496) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 96. RGB value is (82,84,150). Sum of RGB (Red+Green+Blue) = 82+84+150=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #525496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525496 is #ADAB69. Grayscale: #5A5A5A. Windows color (decimal): -11381610 or 9851986. OLE color: 9851986.

HSL color Cylindrical-coordinate representation of color #525496: hue angle of 238.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525496 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8284150-
CMYK0.450.4400.41
HSL238.24º29.31%45.49%-
HSV(B)238.24º45.33%58.82%-
XYZ12.1610.3430.21-
YUV90.93161.34121.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=25.95%
G=26.58%
B=47.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82841500.450.4400.41238.2429.3145.49
Hex5254962D2C029ee1d2d
Octal12212422655540513563555
Binary101001010101001001011010110110110001010011110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525496; }

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

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

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

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

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

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

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

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