#525682

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

Shades of Governor Bay #525682

Tints of Governor Bay #525682

Color information

#525682 (or 0x525682) is unknown color: approx Governor Bay. HEX triplet: 52, 56 and 82. RGB value is (82,86,130). Sum of RGB (Red+Green+Blue) = 82+86+130=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #525682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525682 is #ADA97D. Grayscale: #595959. Windows color (decimal): -11381118 or 8541778. OLE color: 8541778.

HSL color Cylindrical-coordinate representation of color #525682: hue angle of 235º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525682 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8286130-
CMYK0.370.3400.49
HSL235º22.64%41.57%-
HSV(B)235º36.92%50.98%-
XYZ10.8410.0622.49-
YUV89.82150.67122.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 130 (51.17% from 255) = 43.62%
R=27.52%
G=28.86%
B=43.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82861300.370.3400.4923522.6441.57
Hex5256822522031eb172a
Octal12212620245420613532752
Binary101001010101101000001010010110001001100011110101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525682; }

 p { color: rgb(82,86,130); }

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

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

 a { background-color: rgb(82,86,130); }

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

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

 span { border-color: rgb(82,86,130); }

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