#525490

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

Shades of Governor Bay #525490

Tints of Governor Bay #525490

Color information

#525490 (or 0x525490) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 90. RGB value is (82,84,144). Sum of RGB (Red+Green+Blue) = 82+84+144=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #525490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525490 is #ADAB6F. Grayscale: #5A5A5A. Windows color (decimal): -11381616 or 9458770. OLE color: 9458770.

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

Color convert

RGB8284144-
CMYK0.430.4200.44
HSL238.06º27.43%44.31%-
HSV(B)238.06º43.06%56.47%-
XYZ11.6810.1527.73-
YUV90.24158.34122.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=26.45%
G=27.10%
B=46.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82841440.430.4200.44238.0627.4344.31
Hex5254902B2A02Cee1b2c
Octal12212422053520543563354
Binary101001010101001001000010101110101001011001110111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525490; }

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

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

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

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

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

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

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

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