Html Css Color HEX #57528C Victoria

📋 copy color: '#57528C'

red 87 ◦ green 82 ◦ blue 140

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

Shades of Victoria #57528C

Tints of Victoria #57528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 28.16%
G = 26.54%
B = 45.31%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57528C (or 0x57528C) is known color: Victoria. HEX triplet: 57, 52 and 8C. RGB value is (87,82,140). Sum of RGB (Red+Green+Blue) = 87+82+140=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #57528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57528C is #A8AD73. Grayscale: #595959. Windows color (decimal): -11054452 or 9196119. OLE color: 9196119.

HSL color Cylindrical-coordinate representation of color #57528C: hue angle of 245.17º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57528C is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 82 140 -
CMYK 0.38 0.41 0 0.45
HSL 245.17º 0.26% 0.44% -
HSV(B) 245.17º 0.41% 0.55% -
XYZ 11.68 9.95 26.12 -
YUV 90.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 87 82 140 0.38 0.41 0 0.45 245.17 0.26 0.44
Hex 57 52 8C 26 29 0 2D F5 1A 2C
Octal 127 122 214 46 51 0 55 365 32 54
Binary 1010111 1010010 10001100 100110 101001 0 101101 11110101 11010 101100

Color Harmonies of #57528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57528C

Black with #57528C

Text Example


Text Example

White with #57528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57528C; }

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

 H1.HeaderClassName
 {
   color: #57528C;
 }
 .AnyTagClassName
 {
   color: #57528C;
 }
</style>

background-color css

<style>
 a { background-color: #57528C; }

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

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

border-color css

<style>
 span { border-color: #57528C; }

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

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