#525485

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

Shades of Governor Bay #525485

Tints of Governor Bay #525485

Color information

#525485 (or 0x525485) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 85. RGB value is (82,84,133). Sum of RGB (Red+Green+Blue) = 82+84+133=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #525485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525485 is #ADAB7A. Grayscale: #585858. Windows color (decimal): -11381627 or 8737874. OLE color: 8737874.

HSL color Cylindrical-coordinate representation of color #525485: hue angle of 237.65º 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 #525485 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8284133-
CMYK0.380.3700.48
HSL237.65º23.72%42.16%-
HSV(B)237.65º38.35%52.16%-
XYZ10.889.8323.51-
YUV88.99152.84123.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=27.42%
G=28.09%
B=44.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82841330.380.3700.48237.6523.7242.16
Hex5254852625030ee182a
Octal12212420546450603563052
Binary101001010101001000010110011010010101100001110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525485; }

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

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

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

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

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

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

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

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