Html Css Color HEX #57527A Victoria

📋 copy color: '#57527A'

red 87 ◦ green 82 ◦ blue 122

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

Shades of Victoria #57527A

Tints of Victoria #57527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

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

R = 29.9%
G = 28.18%
B = 41.92%

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

#57527A (or 0x57527A) is known color: Victoria. HEX triplet: 57, 52 and 7A. RGB value is (87,82,122). Sum of RGB (Red+Green+Blue) = 87+82+122=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #57527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527A is #A8AD85. Grayscale: #575757. Windows color (decimal): -11054470 or 8016471. OLE color: 8016471.

HSL color Cylindrical-coordinate representation of color #57527A: hue angle of 247.5º degrees, saturation: 0.2, 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 #57527A is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 82 122 -
CMYK 0.29 0.33 0 0.52
HSL 247.5º 0.2% 0.4% -
HSV(B) 247.5º 0.33% 0.48% -
XYZ 10.46 9.47 19.69 -
YUV 88.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 87 82 122 0.29 0.33 0 0.52 247.5 0.2 0.4
Hex 57 52 7A 1D 21 0 34 F8 14 28
Octal 127 122 172 35 41 0 64 370 24 50
Binary 1010111 1010010 1111010 11101 100001 0 110100 11111000 10100 101000

Color Harmonies of #57527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57527A

Black with #57527A

Text Example


Text Example

White with #57527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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