Html Css Color HEX #575680 Victoria

📋 copy color: '#575680'

red 87 ◦ green 86 ◦ blue 128

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

Shades of Victoria #575680

Tints of Victoria #575680

RGB

 RED value IS 87 (34.38% from 255) = 28.9%

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 28.9%
G = 28.57%
B = 42.52%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#575680 (or 0x575680) is known color: Victoria. HEX triplet: 57, 56 and 80. RGB value is (87,86,128). Sum of RGB (Red+Green+Blue) = 87+86+128=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #575680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575680 is #A8A97F. Grayscale: #5A5A5A. Windows color (decimal): -11053440 or 8410711. OLE color: 8410711.

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

Color convert

RGB 87 86 128 -
CMYK 0.32 0.33 0 0.50
HSL 241.43º 0.2% 0.42% -
HSV(B) 241.43º 0.33% 0.5% -
XYZ 11.15 10.24 21.81 -
YUV 91.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 87 86 128 0.32 0.33 0 0.50 241.43 0.2 0.42
Hex 57 56 80 20 21 0 32 F1 14 2A
Octal 127 126 200 40 41 0 62 361 24 52
Binary 1010111 1010110 10000000 100000 100001 0 110010 11110001 10100 101010

Color Harmonies of #575680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575680

Black with #575680

Text Example


Text Example

White with #575680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575680; }

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

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

background-color css

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

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

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

border-color css

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

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

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