#525795

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

Shades of Governor Bay #525795

Tints of Governor Bay #525795

Color information

#525795 (or 0x525795) is unknown color: approx Governor Bay. HEX triplet: 52, 57 and 95. RGB value is (82,87,149). Sum of RGB (Red+Green+Blue) = 82+87+149=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #525795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525795 is #ADA86A. Grayscale: #5C5C5C. Windows color (decimal): -11380843 or 9787218. OLE color: 9787218.

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

Color convert

RGB8287149-
CMYK0.450.4200.42
HSL235.52º29%45.29%-
HSV(B)235.52º44.97%58.43%-
XYZ12.3110.7829.87-
YUV92.57159.84120.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=25.79%
G=27.36%
B=46.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82871490.450.4200.42235.522945.29
Hex5257952D2A02Aec1d2d
Octal12212722555520523543555
Binary101001010101111001010110110110101001010101110110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525795; }

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

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

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

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

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

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

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

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