Html Css Color HEX #57537A Victoria

📋 copy color: '#57537A'

red 87 ◦ green 83 ◦ blue 122

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

Shades of Victoria #57537A

Tints of Victoria #57537A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 29.79%
G = 28.42%
B = 41.78%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57537A (or 0x57537A) is known color: Victoria. HEX triplet: 57, 53 and 7A. RGB value is (87,83,122). Sum of RGB (Red+Green+Blue) = 87+83+122=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #57537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537A is #A8AC85. Grayscale: #585858. Windows color (decimal): -11054214 or 8016727. OLE color: 8016727.

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

Color convert

RGB 87 83 122 -
CMYK 0.29 0.32 0 0.52
HSL 246.15º 0.19% 0.4% -
HSV(B) 246.15º 0.32% 0.48% -
XYZ 10.54 9.62 19.71 -
YUV 88.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 87 83 122 0.29 0.32 0 0.52 246.15 0.19 0.4
Hex 57 53 7A 1D 20 0 34 F6 13 28
Octal 127 123 172 35 40 0 64 366 23 50
Binary 1010111 1010011 1111010 11101 100000 0 110100 11110110 10011 101000

Color Harmonies of #57537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57537A

Black with #57537A

Text Example


Text Example

White with #57537A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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