#525495

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

Shades of Governor Bay #525495

Tints of Governor Bay #525495

Color information

#525495 (or 0x525495) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 95. RGB value is (82,84,149). Sum of RGB (Red+Green+Blue) = 82+84+149=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #525495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525495 is #ADAB6A. Grayscale: #5A5A5A. Windows color (decimal): -11381611 or 9786450. OLE color: 9786450.

HSL color Cylindrical-coordinate representation of color #525495: hue angle of 238.21º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #525495 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8284149-
CMYK0.450.4400.42
HSL238.21º29%45.29%-
HSV(B)238.21º44.97%58.43%-
XYZ12.0710.329.79-
YUV90.81160.84121.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=26.03%
G=26.67%
B=47.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82841490.450.4400.42238.212945.29
Hex5254952D2C02Aee1d2d
Octal12212422555540523563555
Binary101001010101001001010110110110110001010101110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525495; }

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

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

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

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

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

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

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

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