Html Css Color HEX #565276 Victoria

📋 copy color: '#565276'

red 86 ◦ green 82 ◦ blue 118

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

Shades of Victoria #565276

Tints of Victoria #565276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 30.07%
G = 28.67%
B = 41.26%

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

#565276 (or 0x565276) is known color: Victoria. HEX triplet: 56, 52 and 76. RGB value is (86,82,118). Sum of RGB (Red+Green+Blue) = 86+82+118=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #565276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565276 is #A9AD89. Grayscale: #575757. Windows color (decimal): -11120010 or 7754326. OLE color: 7754326.

HSL color Cylindrical-coordinate representation of color #565276: hue angle of 246.67º degrees, saturation: 0.18, 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 #565276 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 82 118 -
CMYK 0.27 0.31 0 0.54
HSL 246.67º 0.18% 0.39% -
HSV(B) 246.67º 0.31% 0.46% -
XYZ 10.13 9.32 18.41 -
YUV 87.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 86 82 118 0.27 0.31 0 0.54 246.67 0.18 0.39
Hex 56 52 76 1B 1F 0 36 F7 12 27
Octal 126 122 166 33 37 0 66 367 22 47
Binary 1010110 1010010 1110110 11011 11111 0 110110 11110111 10010 100111

Color Harmonies of #565276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565276

Black with #565276

Text Example


Text Example

White with #565276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565276; }

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

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

background-color css

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

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

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

border-color css

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

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

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