#525A8E

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

Shades of Governor Bay #525A8E

Tints of Governor Bay #525A8E

Color information

#525A8E (or 0x525A8E) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and 8E. RGB value is (82,90,142). Sum of RGB (Red+Green+Blue) = 82+90+142=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #525A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525A8E is #ADA571. Grayscale: #5D5D5D. Windows color (decimal): -11380082 or 9329234. OLE color: 9329234.

HSL color Cylindrical-coordinate representation of color #525A8E: hue angle of 232º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525A8E is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8290142-
CMYK0.420.3700.44
HSL232º26.79%43.92%-
HSV(B)232º42.25%55.69%-
XYZ12.0211.0627.09-
YUV93.54155.35119.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=26.11%
G=28.66%
B=45.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82901420.420.3700.4423226.7943.92
Hex525A8E2A2502Ce81b2c
Octal12213221652450543503354
Binary101001010110101000111010101010010101011001110100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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