#525DA0

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

Shades of Governor Bay #525DA0

Tints of Governor Bay #525DA0

Color information

#525DA0 (or 0x525DA0) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and A0. RGB value is (82,93,160). Sum of RGB (Red+Green+Blue) = 82+93+160=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #525DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DA0 is #ADA25F. Grayscale: #616161. Windows color (decimal): -11379296 or 10509650. OLE color: 10509650.

HSL color Cylindrical-coordinate representation of color #525DA0: hue angle of 231.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #525DA0 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8293160-
CMYK0.490.4200.37
HSL231.54º32.23%47.45%-
HSV(B)231.54º48.75%62.75%-
XYZ13.7412.1634.88-
YUV97.35163.36117.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=24.48%
G=27.76%
B=47.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82931600.490.4200.37231.5432.2347.45
Hex525DA0312A025e8202f
Octal12213524061520453504057
Binary1010010101110110100000110001101010010010111101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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