Html Css Color HEX #565277 Victoria

📋 copy color: '#565277'

red 86 ◦ green 82 ◦ blue 119

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

Shades of Victoria #565277

Tints of Victoria #565277

RGB

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

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

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

R = 29.97%
G = 28.57%
B = 41.46%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565277 (or 0x565277) is known color: Victoria. HEX triplet: 56, 52 and 77. RGB value is (86,82,119). Sum of RGB (Red+Green+Blue) = 86+82+119=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #565277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565277 is #A9AD88. Grayscale: #575757. Windows color (decimal): -11120009 or 7819862. OLE color: 7819862.

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

Color convert

RGB 86 82 119 -
CMYK 0.28 0.31 0 0.53
HSL 246.49º 0.18% 0.39% -
HSV(B) 246.49º 0.31% 0.47% -
XYZ 10.18 9.34 18.72 -
YUV 87.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 86 82 119 0.28 0.31 0 0.53 246.49 0.18 0.39
Hex 56 52 77 1C 1F 0 35 F6 12 27
Octal 126 122 167 34 37 0 65 366 22 47
Binary 1010110 1010010 1110111 11100 11111 0 110101 11110110 10010 100111

Color Harmonies of #565277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565277

Black with #565277

Text Example


Text Example

White with #565277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565277; }

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

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

background-color css

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

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

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

border-color css

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

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

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