Html Css Color HEX #57557D Victoria

📋 copy color: '#57557D'

red 87 ◦ green 85 ◦ blue 125

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

Shades of Victoria #57557D

Tints of Victoria #57557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 29.29%
G = 28.62%
B = 42.09%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57557D (or 0x57557D) is known color: Victoria. HEX triplet: 57, 55 and 7D. RGB value is (87,85,125). Sum of RGB (Red+Green+Blue) = 87+85+125=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #57557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57557D is #A8AA82. Grayscale: #5A5A5A. Windows color (decimal): -11053699 or 8213847. OLE color: 8213847.

HSL color Cylindrical-coordinate representation of color #57557D: hue angle of 243º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57557D is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 85 125 -
CMYK 0.30 0.32 0 0.51
HSL 243º 0.19% 0.41% -
HSV(B) 243º 0.32% 0.49% -
XYZ 10.88 10 20.76 -
YUV 90.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 87 85 125 0.30 0.32 0 0.51 243 0.19 0.41
Hex 57 55 7D 1E 20 0 33 F3 13 29
Octal 127 125 175 36 40 0 63 363 23 51
Binary 1010111 1010101 1111101 11110 100000 0 110011 11110011 10011 101001

Color Harmonies of #57557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57557D

Black with #57557D

Text Example


Text Example

White with #57557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57557D; }

 p { color: rgb(87,85,125); }

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

background-color css

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

 a { background-color: rgb(87,85,125); }

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

border-color css

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

 span { border-color: rgb(87,85,125); }

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