#525A92

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

Shades of Governor Bay #525A92

Tints of Governor Bay #525A92

Color information

#525A92 (or 0x525A92) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and 92. RGB value is (82,90,146). Sum of RGB (Red+Green+Blue) = 82+90+146=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #525A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A92 is #ADA56D. Grayscale: #5D5D5D. Windows color (decimal): -11380078 or 9591378. OLE color: 9591378.

HSL color Cylindrical-coordinate representation of color #525A92: hue angle of 232.5º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525A92 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8290146-
CMYK0.440.3800.43
HSL232.5º28.07%44.71%-
HSV(B)232.5º43.84%57.25%-
XYZ12.3211.1828.7-
YUV93.99157.35119.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=25.79%
G=28.30%
B=45.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82901460.440.3800.43232.528.0744.71
Hex525A922C2602Be81c2d
Octal12213222254460533503455
Binary101001010110101001001010110010011001010111110100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,146); }

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

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

 a { background-color: rgb(82,90,146); }

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

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

 span { border-color: rgb(82,90,146); }

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