Html Css Color HEX #575076 Victoria

📋 copy color: '#575076'

red 87 ◦ green 80 ◦ blue 118

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

Shades of Victoria #575076

Tints of Victoria #575076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 30.53%
G = 28.07%
B = 41.4%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575076 (or 0x575076) is known color: Victoria. HEX triplet: 57, 50 and 76. RGB value is (87,80,118). Sum of RGB (Red+Green+Blue) = 87+80+118=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #575076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575076 is #A8AF89. Grayscale: #565656. Windows color (decimal): -11054986 or 7753815. OLE color: 7753815.

HSL color Cylindrical-coordinate representation of color #575076: hue angle of 251.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #575076 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 80 118 -
CMYK 0.26 0.32 0 0.54
HSL 251.05º 0.19% 0.39% -
HSV(B) 251.05º 0.32% 0.46% -
XYZ 10.07 9.07 18.36 -
YUV 86.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 87 80 118 0.26 0.32 0 0.54 251.05 0.19 0.39
Hex 57 50 76 1A 20 0 36 FB 13 27
Octal 127 120 166 32 40 0 66 373 23 47
Binary 1010111 1010000 1110110 11010 100000 0 110110 11111011 10011 100111

Color Harmonies of #575076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575076

Black with #575076

Text Example


Text Example

White with #575076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575076; }

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

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

background-color css

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

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

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

border-color css

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

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

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