#525DA4

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

Shades of Governor Bay #525DA4

Tints of Governor Bay #525DA4

Color information

#525DA4 (or 0x525DA4) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and A4. RGB value is (82,93,164). Sum of RGB (Red+Green+Blue) = 82+93+164=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #525DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525DA4 is #ADA25B. Grayscale: #616161. Windows color (decimal): -11379292 or 10771794. OLE color: 10771794.

HSL color Cylindrical-coordinate representation of color #525DA4: hue angle of 231.95º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #525DA4 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8293164-
CMYK0.50.4300.36
HSL231.95º33.33%48.24%-
HSV(B)231.95º50%64.31%-
XYZ14.0912.336.75-
YUV97.8165.36116.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 164 (64.45% from 255) = 48.38%
R=24.19%
G=27.43%
B=48.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82931640.50.4300.36231.9533.3348.24
Hex525DA4322B024e82130
Octal12213524462530443504160
Binary1010010101110110100100110010101011010010011101000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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