#525D95

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

Shades of Governor Bay #525D95

Tints of Governor Bay #525D95

Color information

#525D95 (or 0x525D95) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 95. RGB value is (82,93,149). Sum of RGB (Red+Green+Blue) = 82+93+149=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #525D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D95 is #ADA26A. Grayscale: #5F5F5F. Windows color (decimal): -11379307 or 9788754. OLE color: 9788754.

HSL color Cylindrical-coordinate representation of color #525D95: hue angle of 230.15º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525D95 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8293149-
CMYK0.450.3800.42
HSL230.15º29%45.29%-
HSV(B)230.15º44.97%58.43%-
XYZ12.8211.7930.03-
YUV96.1157.86117.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=25.31%
G=28.70%
B=45.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82931490.450.3800.42230.152945.29
Hex525D952D2602Ae61d2d
Octal12213522555460523463555
Binary101001010111011001010110110110011001010101110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D95; }

 p { color: rgb(82,93,149); }

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

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

 a { background-color: rgb(82,93,149); }

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

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

 span { border-color: rgb(82,93,149); }

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