Html Css Color HEX #575078 Victoria

📋 copy color: '#575078'

red 87 ◦ green 80 ◦ blue 120

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

Shades of Victoria #575078

Tints of Victoria #575078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.81%

R = 30.31%
G = 27.87%
B = 41.81%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575078 (or 0x575078) is known color: Victoria. HEX triplet: 57, 50 and 78. RGB value is (87,80,120). Sum of RGB (Red+Green+Blue) = 87+80+120=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #575078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575078 is #A8AF87. Grayscale: #565656. Windows color (decimal): -11054984 or 7884887. OLE color: 7884887.

HSL color Cylindrical-coordinate representation of color #575078: hue angle of 250.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575078 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 80 120 -
CMYK 0.28 0.33 0 0.53
HSL 250.5º 0.2% 0.39% -
HSV(B) 250.5º 0.33% 0.47% -
XYZ 10.19 9.12 18.99 -
YUV 86.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 87 80 120 0.28 0.33 0 0.53 250.5 0.2 0.39
Hex 57 50 78 1C 21 0 35 FB 14 27
Octal 127 120 170 34 41 0 65 373 24 47
Binary 1010111 1010000 1111000 11100 100001 0 110101 11111011 10100 100111

Color Harmonies of #575078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575078

Black with #575078

Text Example


Text Example

White with #575078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575078; }

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

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

background-color css

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

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

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

border-color css

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

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

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