#525096

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

Shades of Governor Bay #525096

Tints of Governor Bay #525096

Color information

#525096 (or 0x525096) is unknown color: approx Governor Bay. HEX triplet: 52, 50 and 96. RGB value is (82,80,150). Sum of RGB (Red+Green+Blue) = 82+80+150=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #525096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525096 is #ADAF69. Grayscale: #585858. Windows color (decimal): -11382634 or 9850962. OLE color: 9850962.

HSL color Cylindrical-coordinate representation of color #525096: hue angle of 241.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525096 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8280150-
CMYK0.450.4700.41
HSL241.71º30.43%45.1%-
HSV(B)241.71º46.67%58.82%-
XYZ11.859.7330.11-
YUV88.58162.66123.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=26.28%
G=25.64%
B=48.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82801500.450.4700.41241.7130.4345.1
Hex5250962D2F029f21e2d
Octal12212022655570513623655
Binary101001010100001001011010110110111101010011111001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525096; }

 p { color: rgb(82,80,150); }

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

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

 a { background-color: rgb(82,80,150); }

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

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

 span { border-color: rgb(82,80,150); }

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