Html Css Color HEX #564987 Victoria

📋 copy color: '#564987'

red 86 ◦ green 73 ◦ blue 135

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

Shades of Victoria #564987

Tints of Victoria #564987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 29.25%
G = 24.83%
B = 45.92%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#564987 (or 0x564987) is known color: Victoria. HEX triplet: 56, 49 and 87. RGB value is (86,73,135). Sum of RGB (Red+Green+Blue) = 86+73+135=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #564987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564987 is #A9B678. Grayscale: #535353. Windows color (decimal): -11122297 or 8866134. OLE color: 8866134.

HSL color Cylindrical-coordinate representation of color #564987: hue angle of 252.58º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #564987 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 73 135 -
CMYK 0.36 0.46 0 0.47
HSL 252.58º 0.3% 0.41% -
HSV(B) 252.58º 0.46% 0.53% -
XYZ 10.59 8.49 24 -
YUV 83.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 86 73 135 0.36 0.46 0 0.47 252.58 0.3 0.41
Hex 56 49 87 24 2E 0 2F FD 1E 29
Octal 126 111 207 44 56 0 57 375 36 51
Binary 1010110 1001001 10000111 100100 101110 0 101111 11111101 11110 101001

Color Harmonies of #564987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564987

Black with #564987

Text Example


Text Example

White with #564987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564987; }

 p { color: rgb(86,73,135); }

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

background-color css

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

 a { background-color: rgb(86,73,135); }

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

border-color css

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

 span { border-color: rgb(86,73,135); }

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