Html Css Color HEX #565176 Victoria

📋 copy color: '#565176'

red 86 ◦ green 81 ◦ blue 118

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

Shades of Victoria #565176

Tints of Victoria #565176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 30.18%
G = 28.42%
B = 41.4%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565176 (or 0x565176) is known color: Victoria. HEX triplet: 56, 51 and 76. RGB value is (86,81,118). Sum of RGB (Red+Green+Blue) = 86+81+118=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #565176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565176 is #A9AE89. Grayscale: #565656. Windows color (decimal): -11120266 or 7754070. OLE color: 7754070.

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

Color convert

RGB 86 81 118 -
CMYK 0.27 0.31 0 0.54
HSL 248.11º 0.19% 0.39% -
HSV(B) 248.11º 0.31% 0.46% -
XYZ 10.05 9.17 18.38 -
YUV 86.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 86 81 118 0.27 0.31 0 0.54 248.11 0.19 0.39
Hex 56 51 76 1B 1F 0 36 F8 13 27
Octal 126 121 166 33 37 0 66 370 23 47
Binary 1010110 1010001 1110110 11011 11111 0 110110 11111000 10011 100111

Color Harmonies of #565176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565176

Black with #565176

Text Example


Text Example

White with #565176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565176; }

 p { color: rgb(86,81,118); }

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

background-color css

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

 a { background-color: rgb(86,81,118); }

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

border-color css

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

 span { border-color: rgb(86,81,118); }

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