Html Css Color HEX #565377 Victoria

📋 copy color: '#565377'

red 86 ◦ green 83 ◦ blue 119

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

Shades of Victoria #565377

Tints of Victoria #565377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 29.86%
G = 28.82%
B = 41.32%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565377 (or 0x565377) is known color: Victoria. HEX triplet: 56, 53 and 77. RGB value is (86,83,119). Sum of RGB (Red+Green+Blue) = 86+83+119=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #565377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565377 is #A9AC88. Grayscale: #575757. Windows color (decimal): -11119753 or 7820118. OLE color: 7820118.

HSL color Cylindrical-coordinate representation of color #565377: hue angle of 245º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #565377 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 83 119 -
CMYK 0.28 0.30 0 0.53
HSL 245º 0.18% 0.4% -
HSV(B) 245º 0.3% 0.47% -
XYZ 10.26 9.5 18.75 -
YUV 88 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 86 83 119 0.28 0.30 0 0.53 245 0.18 0.4
Hex 56 53 77 1C 1E 0 35 F5 12 28
Octal 126 123 167 34 36 0 65 365 22 50
Binary 1010110 1010011 1110111 11100 11110 0 110101 11110101 10010 101000

Color Harmonies of #565377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565377

Black with #565377

Text Example


Text Example

White with #565377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565377; }

 p { color: rgb(86,83,119); }

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

background-color css

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

 a { background-color: rgb(86,83,119); }

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

border-color css

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

 span { border-color: rgb(86,83,119); }

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