Html Css Color HEX #575485 Victoria

📋 copy color: '#575485'

red 87 ◦ green 84 ◦ blue 133

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

Shades of Victoria #575485

Tints of Victoria #575485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 28.62%
G = 27.63%
B = 43.75%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575485 (or 0x575485) is known color: Victoria. HEX triplet: 57, 54 and 85. RGB value is (87,84,133). Sum of RGB (Red+Green+Blue) = 87+84+133=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #575485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575485 is #A8AB7A. Grayscale: #5A5A5A. Windows color (decimal): -11053947 or 8737879. OLE color: 8737879.

HSL color Cylindrical-coordinate representation of color #575485: hue angle of 243.67º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #575485 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 84 133 -
CMYK 0.35 0.37 0 0.48
HSL 243.67º 0.23% 0.43% -
HSV(B) 243.67º 0.37% 0.52% -
XYZ 11.33 10.06 23.53 -
YUV 90.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 87 84 133 0.35 0.37 0 0.48 243.67 0.23 0.43
Hex 57 54 85 23 25 0 30 F4 17 2B
Octal 127 124 205 43 45 0 60 364 27 53
Binary 1010111 1010100 10000101 100011 100101 0 110000 11110100 10111 101011

Color Harmonies of #575485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575485

Black with #575485

Text Example


Text Example

White with #575485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575485; }

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

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

background-color css

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

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

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

border-color css

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

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

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