#52568B

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

Shades of Governor Bay #52568B

Tints of Governor Bay #52568B

Color information

#52568B (or 0x52568B) is unknown color: approx Governor Bay. HEX triplet: 52, 56 and 8B. RGB value is (82,86,139). Sum of RGB (Red+Green+Blue) = 82+86+139=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #52568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52568B is #ADA974. Grayscale: #5A5A5A. Windows color (decimal): -11381109 or 9131602. OLE color: 9131602.

HSL color Cylindrical-coordinate representation of color #52568B: hue angle of 235.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52568B is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8286139-
CMYK0.410.3800.45
HSL235.79º25.79%43.33%-
HSV(B)235.79º41.01%54.51%-
XYZ11.4710.3125.81-
YUV90.85155.17121.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=26.71%
G=28.01%
B=45.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82861390.410.3800.45235.7925.7943.33
Hex52568B292602Dec1a2b
Octal12212621351460553543253
Binary101001010101101000101110100110011001011011110110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52568B; }

 p { color: rgb(82,86,139); }

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

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

 a { background-color: rgb(82,86,139); }

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

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

 span { border-color: rgb(82,86,139); }

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