Html Css Color HEX #575488 Victoria

📋 copy color: '#575488'

red 87 ◦ green 84 ◦ blue 136

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

Shades of Victoria #575488

Tints of Victoria #575488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 28.34%
G = 27.36%
B = 44.3%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575488 (or 0x575488) is known color: Victoria. HEX triplet: 57, 54 and 88. RGB value is (87,84,136). Sum of RGB (Red+Green+Blue) = 87+84+136=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #575488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575488 is #A8AB77. Grayscale: #5A5A5A. Windows color (decimal): -11053944 or 8934487. OLE color: 8934487.

HSL color Cylindrical-coordinate representation of color #575488: hue angle of 243.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575488 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 84 136 -
CMYK 0.36 0.38 0 0.47
HSL 243.46º 0.24% 0.43% -
HSV(B) 243.46º 0.38% 0.53% -
XYZ 11.54 10.14 24.64 -
YUV 90.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 87 84 136 0.36 0.38 0 0.47 243.46 0.24 0.43
Hex 57 54 88 24 26 0 2F F3 18 2B
Octal 127 124 210 44 46 0 57 363 30 53
Binary 1010111 1010100 10001000 100100 100110 0 101111 11110011 11000 101011

Color Harmonies of #575488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575488

Black with #575488

Text Example


Text Example

White with #575488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575488; }

 p { color: rgb(87,84,136); }

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

background-color css

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

 a { background-color: rgb(87,84,136); }

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

border-color css

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

 span { border-color: rgb(87,84,136); }

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