Html Css Color HEX #565380 Victoria

📋 copy color: '#565380'

red 86 ◦ green 83 ◦ blue 128

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

Shades of Victoria #565380

Tints of Victoria #565380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 28.96%
G = 27.95%
B = 43.1%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565380 (or 0x565380) is known color: Victoria. HEX triplet: 56, 53 and 80. RGB value is (86,83,128). Sum of RGB (Red+Green+Blue) = 86+83+128=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #565380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565380 is #A9AC7F. Grayscale: #585858. Windows color (decimal): -11119744 or 8409942. OLE color: 8409942.

HSL color Cylindrical-coordinate representation of color #565380: hue angle of 244º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #565380 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 83 128 -
CMYK 0.33 0.35 0 0.50
HSL 244º 0.21% 0.41% -
HSV(B) 244º 0.35% 0.5% -
XYZ 10.83 9.72 21.73 -
YUV 89.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 86 83 128 0.33 0.35 0 0.50 244 0.21 0.41
Hex 56 53 80 21 23 0 32 F4 15 29
Octal 126 123 200 41 43 0 62 364 25 51
Binary 1010110 1010011 10000000 100001 100011 0 110010 11110100 10101 101001

Color Harmonies of #565380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565380

Black with #565380

Text Example


Text Example

White with #565380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565380; }

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

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

background-color css

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

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

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

border-color css

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

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

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