Html Css Color HEX #57537B Victoria

📋 copy color: '#57537B'

red 87 ◦ green 83 ◦ blue 123

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

Shades of Victoria #57537B

Tints of Victoria #57537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 29.69%
G = 28.33%
B = 41.98%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57537B (or 0x57537B) is known color: Victoria. HEX triplet: 57, 53 and 7B. RGB value is (87,83,123). Sum of RGB (Red+Green+Blue) = 87+83+123=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #57537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537B is #A8AC84. Grayscale: #585858. Windows color (decimal): -11054213 or 8082263. OLE color: 8082263.

HSL color Cylindrical-coordinate representation of color #57537B: hue angle of 246º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57537B is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 83 123 -
CMYK 0.29 0.33 0 0.52
HSL 246º 0.19% 0.4% -
HSV(B) 246º 0.33% 0.48% -
XYZ 10.6 9.64 20.04 -
YUV 88.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 87 83 123 0.29 0.33 0 0.52 246 0.19 0.4
Hex 57 53 7B 1D 21 0 34 F6 13 28
Octal 127 123 173 35 41 0 64 366 23 50
Binary 1010111 1010011 1111011 11101 100001 0 110100 11110110 10011 101000

Color Harmonies of #57537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57537B

Black with #57537B

Text Example


Text Example

White with #57537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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