#525D90

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

Shades of Governor Bay #525D90

Tints of Governor Bay #525D90

Color information

#525D90 (or 0x525D90) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 90. RGB value is (82,93,144). Sum of RGB (Red+Green+Blue) = 82+93+144=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #525D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D90 is #ADA26F. Grayscale: #5F5F5F. Windows color (decimal): -11379312 or 9461074. OLE color: 9461074.

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

Color convert

RGB8293144-
CMYK0.430.3500.44
HSL229.35º27.43%44.31%-
HSV(B)229.35º43.06%56.47%-
XYZ12.4311.6427.98-
YUV95.52155.36118.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=25.71%
G=29.15%
B=45.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82931440.430.3500.44229.3527.4344.31
Hex525D902B2302Ce51b2c
Octal12213522053430543453354
Binary101001010111011001000010101110001101011001110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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