Html Css Color HEX #57527F Victoria

📋 copy color: '#57527F'

red 87 ◦ green 82 ◦ blue 127

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

Shades of Victoria #57527F

Tints of Victoria #57527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 29.39%
G = 27.7%
B = 42.91%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57527F (or 0x57527F) is known color: Victoria. HEX triplet: 57, 52 and 7F. RGB value is (87,82,127). Sum of RGB (Red+Green+Blue) = 87+82+127=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #57527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527F is #A8AD80. Grayscale: #585858. Windows color (decimal): -11054465 or 8344151. OLE color: 8344151.

HSL color Cylindrical-coordinate representation of color #57527F: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57527F is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 82 127 -
CMYK 0.31 0.35 0 0.50
HSL 246.67º 0.22% 0.41% -
HSV(B) 246.67º 0.35% 0.5% -
XYZ 10.78 9.59 21.36 -
YUV 88.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 87 82 127 0.31 0.35 0 0.50 246.67 0.22 0.41
Hex 57 52 7F 1F 23 0 32 F7 16 29
Octal 127 122 177 37 43 0 62 367 26 51
Binary 1010111 1010010 1111111 11111 100011 0 110010 11110111 10110 101001

Color Harmonies of #57527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57527F

Black with #57527F

Text Example


Text Example

White with #57527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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