#525986

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

Shades of Governor Bay #525986

Tints of Governor Bay #525986

Color information

#525986 (or 0x525986) is unknown color: approx Governor Bay. HEX triplet: 52, 59 and 86. RGB value is (82,89,134). Sum of RGB (Red+Green+Blue) = 82+89+134=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #525986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525986 is #ADA679. Grayscale: #5B5B5B. Windows color (decimal): -11380346 or 8804690. OLE color: 8804690.

HSL color Cylindrical-coordinate representation of color #525986: hue angle of 231.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525986 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8289134-
CMYK0.390.3400.47
HSL231.92º24.07%42.35%-
HSV(B)231.92º38.81%52.55%-
XYZ11.3610.6624.01-
YUV92.04151.68120.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=26.89%
G=29.18%
B=43.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82891340.390.3400.47231.9224.0742.35
Hex525986272202Fe8182a
Octal12213120647420573503052
Binary101001010110011000011010011110001001011111110100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525986; }

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

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

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

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

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

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

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

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