Html Css Color HEX #57538D Victoria

📋 copy color: '#57538D'

red 87 ◦ green 83 ◦ blue 141

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

Shades of Victoria #57538D

Tints of Victoria #57538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 27.97%
G = 26.69%
B = 45.34%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57538D (or 0x57538D) is known color: Victoria. HEX triplet: 57, 53 and 8D. RGB value is (87,83,141). Sum of RGB (Red+Green+Blue) = 87+83+141=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #57538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57538D is #A8AC72. Grayscale: #5A5A5A. Windows color (decimal): -11054195 or 9261911. OLE color: 9261911.

HSL color Cylindrical-coordinate representation of color #57538D: hue angle of 244.14º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57538D is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 83 141 -
CMYK 0.38 0.41 0 0.45
HSL 244.14º 0.26% 0.44% -
HSV(B) 244.14º 0.41% 0.55% -
XYZ 11.83 10.14 26.53 -
YUV 90.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 87 83 141 0.38 0.41 0 0.45 244.14 0.26 0.44
Hex 57 53 8D 26 29 0 2D F4 1A 2C
Octal 127 123 215 46 51 0 55 364 32 54
Binary 1010111 1010011 10001101 100110 101001 0 101101 11110100 11010 101100

Color Harmonies of #57538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57538D

Black with #57538D

Text Example


Text Example

White with #57538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,83,141); }

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

background-color css

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

 a { background-color: rgb(87,83,141); }

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

border-color css

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

 span { border-color: rgb(87,83,141); }

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