Html Css Color HEX #564F89 Victoria

📋 copy color: '#564F89'

red 86 ◦ green 79 ◦ blue 137

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

Shades of Victoria #564F89

Tints of Victoria #564F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 28.48%
G = 26.16%
B = 45.36%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#564F89 (or 0x564F89) is known color: Victoria. HEX triplet: 56, 4F and 89. RGB value is (86,79,137). Sum of RGB (Red+Green+Blue) = 86+79+137=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #564F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564F89 is #A9B076. Grayscale: #575757. Windows color (decimal): -11120759 or 8998742. OLE color: 8998742.

HSL color Cylindrical-coordinate representation of color #564F89: hue angle of 247.24º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #564F89 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 79 137 -
CMYK 0.37 0.42 0 0.46
HSL 247.24º 0.27% 0.42% -
HSV(B) 247.24º 0.42% 0.54% -
XYZ 11.15 9.38 24.89 -
YUV 87.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 86 79 137 0.37 0.42 0 0.46 247.24 0.27 0.42
Hex 56 4F 89 25 2A 0 2E F7 1B 2A
Octal 126 117 211 45 52 0 56 367 33 52
Binary 1010110 1001111 10001001 100101 101010 0 101110 11110111 11011 101010

Color Harmonies of #564F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F89

Black with #564F89

Text Example


Text Example

White with #564F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,79,137); }

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

background-color css

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

 a { background-color: rgb(86,79,137); }

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

border-color css

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

 span { border-color: rgb(86,79,137); }

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