Html Css Color HEX #564877 Victoria

📋 copy color: '#564877'

red 86 ◦ green 72 ◦ blue 119

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

Shades of Victoria #564877

Tints of Victoria #564877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 31.05%
G = 25.99%
B = 42.96%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#564877 (or 0x564877) is known color: Victoria. HEX triplet: 56, 48 and 77. RGB value is (86,72,119). Sum of RGB (Red+Green+Blue) = 86+72+119=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #564877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564877 is #A9B788. Grayscale: #515151. Windows color (decimal): -11122569 or 7817302. OLE color: 7817302.

HSL color Cylindrical-coordinate representation of color #564877: hue angle of 257.87º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564877 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 72 119 -
CMYK 0.28 0.39 0 0.53
HSL 257.87º 0.25% 0.37% -
HSV(B) 257.87º 0.39% 0.47% -
XYZ 9.48 7.95 18.49 -
YUV 81.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 86 72 119 0.28 0.39 0 0.53 257.87 0.25 0.37
Hex 56 48 77 1C 27 0 35 102 19 25
Octal 126 110 167 34 47 0 65 402 31 45
Binary 1010110 1001000 1110111 11100 100111 0 110101 100000010 11001 100101

Color Harmonies of #564877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564877

Black with #564877

Text Example


Text Example

White with #564877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564877; }

 p { color: rgb(86,72,119); }

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

background-color css

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

 a { background-color: rgb(86,72,119); }

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

border-color css

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

 span { border-color: rgb(86,72,119); }

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