Html Css Color HEX #564881 Victoria

📋 copy color: '#564881'

red 86 ◦ green 72 ◦ blue 129

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

Shades of Victoria #564881

Tints of Victoria #564881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 29.97%
G = 25.09%
B = 44.95%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564881 (or 0x564881) is known color: Victoria. HEX triplet: 56, 48 and 81. RGB value is (86,72,129). Sum of RGB (Red+Green+Blue) = 86+72+129=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #564881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564881 is #A9B77E. Grayscale: #525252. Windows color (decimal): -11122559 or 8472662. OLE color: 8472662.

HSL color Cylindrical-coordinate representation of color #564881: hue angle of 254.74º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564881 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 72 129 -
CMYK 0.33 0.44 0 0.49
HSL 254.74º 0.28% 0.39% -
HSV(B) 254.74º 0.44% 0.51% -
XYZ 10.12 8.2 21.82 -
YUV 82.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 86 72 129 0.33 0.44 0 0.49 254.74 0.28 0.39
Hex 56 48 81 21 2C 0 31 FF 1C 27
Octal 126 110 201 41 54 0 61 377 34 47
Binary 1010110 1001000 10000001 100001 101100 0 110001 11111111 11100 100111

Color Harmonies of #564881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564881

Black with #564881

Text Example


Text Example

White with #564881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564881; }

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

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

background-color css

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

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

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

border-color css

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

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

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