Html Css Color HEX #575085 Victoria

📋 copy color: '#575085'

red 87 ◦ green 80 ◦ blue 133

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

Shades of Victoria #575085

Tints of Victoria #575085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 29%
G = 26.67%
B = 44.33%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575085 (or 0x575085) is known color: Victoria. HEX triplet: 57, 50 and 85. RGB value is (87,80,133). Sum of RGB (Red+Green+Blue) = 87+80+133=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #575085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575085 is #A8AF7A. Grayscale: #575757. Windows color (decimal): -11054971 or 8736855. OLE color: 8736855.

HSL color Cylindrical-coordinate representation of color #575085: hue angle of 247.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #575085 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 80 133 -
CMYK 0.35 0.40 0 0.48
HSL 247.92º 0.25% 0.42% -
HSV(B) 247.92º 0.4% 0.52% -
XYZ 11.03 9.46 23.43 -
YUV 88.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 87 80 133 0.35 0.40 0 0.48 247.92 0.25 0.42
Hex 57 50 85 23 28 0 30 F8 19 2A
Octal 127 120 205 43 50 0 60 370 31 52
Binary 1010111 1010000 10000101 100011 101000 0 110000 11111000 11001 101010

Color Harmonies of #575085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575085

Black with #575085

Text Example


Text Example

White with #575085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575085; }

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

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

background-color css

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

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

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

border-color css

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

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

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