Html Css Color HEX #564C95 Victoria

📋 copy color: '#564C95'

red 86 ◦ green 76 ◦ blue 149

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

Shades of Victoria #564C95

Tints of Victoria #564C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 27.65%
G = 24.44%
B = 47.91%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#564C95 (or 0x564C95) is known color: Victoria. HEX triplet: 56, 4C and 95. RGB value is (86,76,149). Sum of RGB (Red+Green+Blue) = 86+76+149=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #564C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564C95 is #A9B36A. Grayscale: #575757. Windows color (decimal): -11121515 or 9784406. OLE color: 9784406.

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

Color convert

RGB 86 76 149 -
CMYK 0.42 0.49 0 0.42
HSL 248.22º 0.32% 0.44% -
HSV(B) 248.22º 0.49% 0.58% -
XYZ 11.85 9.32 29.61 -
YUV 87.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 86 76 149 0.42 0.49 0 0.42 248.22 0.32 0.44
Hex 56 4C 95 2A 31 0 2A F8 20 2C
Octal 126 114 225 52 61 0 52 370 40 54
Binary 1010110 1001100 10010101 101010 110001 0 101010 11111000 100000 101100

Color Harmonies of #564C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C95

Black with #564C95

Text Example


Text Example

White with #564C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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