Html Css Color HEX #575082 Victoria

📋 copy color: '#575082'

red 87 ◦ green 80 ◦ blue 130

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

Shades of Victoria #575082

Tints of Victoria #575082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 29.29%
G = 26.94%
B = 43.77%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#575082 (or 0x575082) is known color: Victoria. HEX triplet: 57, 50 and 82. RGB value is (87,80,130). Sum of RGB (Red+Green+Blue) = 87+80+130=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #575082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575082 is #A8AF7D. Grayscale: #575757. Windows color (decimal): -11054974 or 8540247. OLE color: 8540247.

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

Color convert

RGB 87 80 130 -
CMYK 0.33 0.38 0 0.49
HSL 248.4º 0.24% 0.41% -
HSV(B) 248.4º 0.38% 0.51% -
XYZ 10.83 9.38 22.36 -
YUV 87.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 87 80 130 0.33 0.38 0 0.49 248.4 0.24 0.41
Hex 57 50 82 21 26 0 31 F8 18 29
Octal 127 120 202 41 46 0 61 370 30 51
Binary 1010111 1010000 10000010 100001 100110 0 110001 11111000 11000 101001

Color Harmonies of #575082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575082

Black with #575082

Text Example


Text Example

White with #575082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575082; }

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

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

background-color css

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

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

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

border-color css

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

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

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