#525B90

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

Shades of Governor Bay #525B90

Tints of Governor Bay #525B90

Color information

#525B90 (or 0x525B90) is unknown color: approx Governor Bay. HEX triplet: 52, 5B and 90. RGB value is (82,91,144). Sum of RGB (Red+Green+Blue) = 82+91+144=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #525B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B90 is #ADA46F. Grayscale: #5E5E5E. Windows color (decimal): -11379824 or 9460562. OLE color: 9460562.

HSL color Cylindrical-coordinate representation of color #525B90: hue angle of 231.29º 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 #525B90 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8291144-
CMYK0.430.3700.44
HSL231.29º27.43%44.31%-
HSV(B)231.29º43.06%56.47%-
XYZ12.2511.2927.92-
YUV94.35156.02119.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=25.87%
G=28.71%
B=45.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82911440.430.3700.44231.2927.4344.31
Hex525B902B2502Ce71b2c
Octal12213322053450543473354
Binary101001010110111001000010101110010101011001110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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