#52479F

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

Shades of Governor Bay #52479F

Tints of Governor Bay #52479F

Color information

#52479F (or 0x52479F) is unknown color: approx Governor Bay. HEX triplet: 52, 47 and 9F. RGB value is (82,71,159). Sum of RGB (Red+Green+Blue) = 82+71+159=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #52479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52479F is #ADB860. Grayscale: #535353. Windows color (decimal): -11384929 or 10438482. OLE color: 10438482.

HSL color Cylindrical-coordinate representation of color #52479F: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52479F is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8271159-
CMYK0.480.5500.38
HSL247.5º38.26%45.1%-
HSV(B)247.5º55.35%62.35%-
XYZ11.998.833.87-
YUV84.32170.14126.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=26.28%
G=22.76%
B=50.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82711590.480.5500.38247.538.2645.1
Hex52479F3037026f8262d
Octal12210723760670463704655
Binary1010010100011110011111110000110111010011011111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52479F; }

 p { color: rgb(82,71,159); }

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

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

 a { background-color: rgb(82,71,159); }

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

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

 span { border-color: rgb(82,71,159); }

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