#525990

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

Shades of Governor Bay #525990

Tints of Governor Bay #525990

Color information

#525990 (or 0x525990) is unknown color: approx Governor Bay. HEX triplet: 52, 59 and 90. RGB value is (82,89,144). Sum of RGB (Red+Green+Blue) = 82+89+144=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #525990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525990 is #ADA66F. Grayscale: #5C5C5C. Windows color (decimal): -11380336 or 9460050. OLE color: 9460050.

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

Color convert

RGB8289144-
CMYK0.430.3800.44
HSL233.23º27.43%44.31%-
HSV(B)233.23º43.06%56.47%-
XYZ12.0910.9527.86-
YUV93.18156.68120.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=26.03%
G=28.25%
B=45.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82891440.430.3800.44233.2327.4344.31
Hex5259902B2602Ce91b2c
Octal12213122053460543513354
Binary101001010110011001000010101110011001011001110100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525990; }

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

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

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

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

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

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

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

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