Html Css Color HEX #564C93 Victoria

📋 copy color: '#564C93'

red 86 ◦ green 76 ◦ blue 147

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

Shades of Victoria #564C93

Tints of Victoria #564C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.6%

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 27.83%
G = 24.6%
B = 47.57%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#564C93 (or 0x564C93) is known color: Victoria. HEX triplet: 56, 4C and 93. RGB value is (86,76,147). Sum of RGB (Red+Green+Blue) = 86+76+147=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #564C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C93 is #A9B36C. Grayscale: #565656. Windows color (decimal): -11121517 or 9653334. OLE color: 9653334.

HSL color Cylindrical-coordinate representation of color #564C93: hue angle of 248.45º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #564C93 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 76 147 -
CMYK 0.41 0.48 0 0.42
HSL 248.45º 0.32% 0.44% -
HSV(B) 248.45º 0.48% 0.58% -
XYZ 11.69 9.25 28.77 -
YUV 87.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 86 76 147 0.41 0.48 0 0.42 248.45 0.32 0.44
Hex 56 4C 93 29 30 0 2A F8 20 2C
Octal 126 114 223 51 60 0 52 370 40 54
Binary 1010110 1001100 10010011 101001 110000 0 101010 11111000 100000 101100

Color Harmonies of #564C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C93

Black with #564C93

Text Example


Text Example

White with #564C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564C93; }

 p { color: rgb(86,76,147); }

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

background-color css

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

 a { background-color: rgb(86,76,147); }

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

border-color css

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

 span { border-color: rgb(86,76,147); }

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