Html Css Color HEX #575280 Victoria

📋 copy color: '#575280'

red 87 ◦ green 82 ◦ blue 128

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

Shades of Victoria #575280

Tints of Victoria #575280

RGB

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

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

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

R = 29.29%
G = 27.61%
B = 43.1%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#575280 (or 0x575280) is known color: Victoria. HEX triplet: 57, 52 and 80. RGB value is (87,82,128). Sum of RGB (Red+Green+Blue) = 87+82+128=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 82 (32.42% from 255 or 27.61% 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 #575280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575280 is #A8AD7F. Grayscale: #585858. Windows color (decimal): -11054464 or 8409687. OLE color: 8409687.

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

Color convert

RGB 87 82 128 -
CMYK 0.32 0.36 0 0.50
HSL 246.52º 0.22% 0.41% -
HSV(B) 246.52º 0.36% 0.5% -
XYZ 10.84 9.62 21.71 -
YUV 88.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 87 82 128 0.32 0.36 0 0.50 246.52 0.22 0.41
Hex 57 52 80 20 24 0 32 F7 16 29
Octal 127 122 200 40 44 0 62 367 26 51
Binary 1010111 1010010 10000000 100000 100100 0 110010 11110111 10110 101001

Color Harmonies of #575280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575280

Black with #575280

Text Example


Text Example

White with #575280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575280; }

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

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

background-color css

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

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

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

border-color css

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

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

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