Html Css Color HEX #575686 Victoria

📋 copy color: '#575686'

red 87 ◦ green 86 ◦ blue 134

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

Shades of Victoria #575686

Tints of Victoria #575686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 28.34%
G = 28.01%
B = 43.65%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575686 (or 0x575686) is known color: Victoria. HEX triplet: 57, 56 and 86. RGB value is (87,86,134). Sum of RGB (Red+Green+Blue) = 87+86+134=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #575686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575686 is #A8A979. Grayscale: #5B5B5B. Windows color (decimal): -11053434 or 8803927. OLE color: 8803927.

HSL color Cylindrical-coordinate representation of color #575686: hue angle of 241.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575686 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 86 134 -
CMYK 0.35 0.36 0 0.47
HSL 241.25º 0.22% 0.43% -
HSV(B) 241.25º 0.36% 0.53% -
XYZ 11.56 10.4 23.95 -
YUV 91.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 87 86 134 0.35 0.36 0 0.47 241.25 0.22 0.43
Hex 57 56 86 23 24 0 2F F1 16 2B
Octal 127 126 206 43 44 0 57 361 26 53
Binary 1010111 1010110 10000110 100011 100100 0 101111 11110001 10110 101011

Color Harmonies of #575686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575686

Black with #575686

Text Example


Text Example

White with #575686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575686; }

 p { color: rgb(87,86,134); }

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

background-color css

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

 a { background-color: rgb(87,86,134); }

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

border-color css

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

 span { border-color: rgb(87,86,134); }

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