Html Css Color HEX #575282 Victoria

📋 copy color: '#575282'

red 87 ◦ green 82 ◦ blue 130

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

Shades of Victoria #575282

Tints of Victoria #575282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 29.1%
G = 27.42%
B = 43.48%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575282 (or 0x575282) is known color: Victoria. HEX triplet: 57, 52 and 82. RGB value is (87,82,130). Sum of RGB (Red+Green+Blue) = 87+82+130=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #575282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575282 is #A8AD7D. Grayscale: #585858. Windows color (decimal): -11054462 or 8540759. OLE color: 8540759.

HSL color Cylindrical-coordinate representation of color #575282: hue angle of 246.25º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575282 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 82 130 -
CMYK 0.33 0.37 0 0.49
HSL 246.25º 0.23% 0.42% -
HSV(B) 246.25º 0.37% 0.51% -
XYZ 10.98 9.67 22.41 -
YUV 88.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 87 82 130 0.33 0.37 0 0.49 246.25 0.23 0.42
Hex 57 52 82 21 25 0 31 F6 17 2A
Octal 127 122 202 41 45 0 61 366 27 52
Binary 1010111 1010010 10000010 100001 100101 0 110001 11110110 10111 101010

Color Harmonies of #575282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575282

Black with #575282

Text Example


Text Example

White with #575282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575282; }

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

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

background-color css

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

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

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

border-color css

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

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

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