Html Css Color HEX #57527D Victoria

📋 copy color: '#57527D'

red 87 ◦ green 82 ◦ blue 125

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

Shades of Victoria #57527D

Tints of Victoria #57527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 29.59%
G = 27.89%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57527D (or 0x57527D) is known color: Victoria. HEX triplet: 57, 52 and 7D. RGB value is (87,82,125). Sum of RGB (Red+Green+Blue) = 87+82+125=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #57527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527D is #A8AD82. Grayscale: #585858. Windows color (decimal): -11054467 or 8213079. OLE color: 8213079.

HSL color Cylindrical-coordinate representation of color #57527D: hue angle of 246.98º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57527D is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 82 125 -
CMYK 0.30 0.34 0 0.51
HSL 246.98º 0.21% 0.41% -
HSV(B) 246.98º 0.34% 0.49% -
XYZ 10.65 9.54 20.68 -
YUV 88.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 87 82 125 0.30 0.34 0 0.51 246.98 0.21 0.41
Hex 57 52 7D 1E 22 0 33 F7 15 29
Octal 127 122 175 36 42 0 63 367 25 51
Binary 1010111 1010010 1111101 11110 100010 0 110011 11110111 10101 101001

Color Harmonies of #57527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57527D

Black with #57527D

Text Example


Text Example

White with #57527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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