#56538B

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

Shades of Victoria #56538B

Tints of Victoria #56538B

Color information

#56538B (or 0x56538B) is unknown color: approx Victoria. HEX triplet: 56, 53 and 8B. RGB value is (86,83,139). Sum of RGB (Red+Green+Blue) = 86+83+139=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 83 (32.81% from 255 or 26.95% 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 #56538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56538B is #A9AC74. Grayscale: #5A5A5A. Windows color (decimal): -11119733 or 9130838. OLE color: 9130838.

HSL color Cylindrical-coordinate representation of color #56538B: hue angle of 243.21º 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 #56538B is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8683139-
CMYK0.380.4000.45
HSL243.21º25.23%43.53%-
HSV(B)243.21º40.29%54.51%-
XYZ11.5910.0325.75-
YUV90.28155.49124.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86831390.380.4000.45243.2125.2343.53
Hex56538B262802Df3192c
Octal12612321346500553633154
Binary101011010100111000101110011010100001011011111001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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