#53568B

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

Shades of Governor Bay #53568B

Tints of Governor Bay #53568B

Color information

#53568B (or 0x53568B) is unknown color: approx Governor Bay. HEX triplet: 53, 56 and 8B. RGB value is (83,86,139). Sum of RGB (Red+Green+Blue) = 83+86+139=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #53568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53568B is #ACA974. Grayscale: #5A5A5A. Windows color (decimal): -11315573 or 9131603. OLE color: 9131603.

HSL color Cylindrical-coordinate representation of color #53568B: hue angle of 236.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53568B is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8386139-
CMYK0.400.3800.45
HSL236.79º25.23%43.53%-
HSV(B)236.79º40.29%54.51%-
XYZ11.5610.3625.82-
YUV91.15155.01122.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=26.95%
G=27.92%
B=45.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83861390.400.3800.45236.7925.2343.53
Hex53568B282602Ded192c
Octal12312621350460553553154
Binary101001110101101000101110100010011001011011110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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