#525585

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

Shades of Governor Bay #525585

Tints of Governor Bay #525585

Color information

#525585 (or 0x525585) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 85. RGB value is (82,85,133). Sum of RGB (Red+Green+Blue) = 82+85+133=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #525585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525585 is #ADAA7A. Grayscale: #595959. Windows color (decimal): -11381371 or 8738130. OLE color: 8738130.

HSL color Cylindrical-coordinate representation of color #525585: hue angle of 236.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525585 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8285133-
CMYK0.380.3600.48
HSL236.47º23.72%42.16%-
HSV(B)236.47º38.35%52.16%-
XYZ10.969.9823.54-
YUV89.58152.51122.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=27.33%
G=28.33%
B=44.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82851330.380.3600.48236.4723.7242.16
Hex5255852624030ec182a
Octal12212520546440603543052
Binary101001010101011000010110011010010001100001110110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525585; }

 p { color: rgb(82,85,133); }

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

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

 a { background-color: rgb(82,85,133); }

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

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

 span { border-color: rgb(82,85,133); }

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