Html Css Color HEX #565586 Victoria

📋 copy color: '#565586'

red 86 ◦ green 85 ◦ blue 134

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

Shades of Victoria #565586

Tints of Victoria #565586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 28.2%
G = 27.87%
B = 43.93%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565586 (or 0x565586) is known color: Victoria. HEX triplet: 56, 55 and 86. RGB value is (86,85,134). Sum of RGB (Red+Green+Blue) = 86+85+134=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #565586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565586 is #A9AA79. Grayscale: #5A5A5A. Windows color (decimal): -11119226 or 8803670. OLE color: 8803670.

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

Color convert

RGB 86 85 134 -
CMYK 0.36 0.37 0 0.47
HSL 241.22º 0.22% 0.43% -
HSV(B) 241.22º 0.37% 0.53% -
XYZ 11.39 10.2 23.92 -
YUV 90.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 86 85 134 0.36 0.37 0 0.47 241.22 0.22 0.43
Hex 56 55 86 24 25 0 2F F1 16 2B
Octal 126 125 206 44 45 0 57 361 26 53
Binary 1010110 1010101 10000110 100100 100101 0 101111 11110001 10110 101011

Color Harmonies of #565586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565586

Black with #565586

Text Example


Text Example

White with #565586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565586; }

 p { color: rgb(86,85,134); }

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

background-color css

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

 a { background-color: rgb(86,85,134); }

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

border-color css

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

 span { border-color: rgb(86,85,134); }

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