Html Css Color HEX #56537B Victoria

📋 copy color: '#56537B'

red 86 ◦ green 83 ◦ blue 123

#56537B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #56537B

Tints of Victoria #56537B

RGB

 RED value IS 86 (33.98% from 255) = 29.45%

 GREEN value IS 83 (32.81% from 255) = 28.42%

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 29.45%
G = 28.42%
B = 42.12%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56537B (or 0x56537B) is known color: Victoria. HEX triplet: 56, 53 and 7B. RGB value is (86,83,123). Sum of RGB (Red+Green+Blue) = 86+83+123=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #56537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56537B is #A9AC84. Grayscale: #585858. Windows color (decimal): -11119749 or 8082262. OLE color: 8082262.

HSL color Cylindrical-coordinate representation of color #56537B: hue angle of 244.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56537B is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 83 123 -
CMYK 0.30 0.33 0 0.52
HSL 244.5º 0.19% 0.4% -
HSV(B) 244.5º 0.33% 0.48% -
XYZ 10.51 9.6 20.04 -
YUV 88.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 86 83 123 0.30 0.33 0 0.52 244.5 0.19 0.4
Hex 56 53 7B 1E 21 0 34 F4 13 28
Octal 126 123 173 36 41 0 64 364 23 50
Binary 1010110 1010011 1111011 11110 100001 0 110100 11110100 10011 101000

Color Harmonies of #56537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56537B

Black with #56537B

Text Example


Text Example

White with #56537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56537B;
 }
 .AnyTagClassName
 {
   color: #56537B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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