Html Css Color HEX #575387 Victoria

📋 copy color: '#575387'

red 87 ◦ green 83 ◦ blue 135

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

Shades of Victoria #575387

Tints of Victoria #575387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 28.52%
G = 27.21%
B = 44.26%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575387 (or 0x575387) is known color: Victoria. HEX triplet: 57, 53 and 87. RGB value is (87,83,135). Sum of RGB (Red+Green+Blue) = 87+83+135=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #575387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575387 is #A8AC78. Grayscale: #595959. Windows color (decimal): -11054201 or 8868695. OLE color: 8868695.

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

Color convert

RGB 87 83 135 -
CMYK 0.36 0.39 0 0.47
HSL 244.62º 0.24% 0.43% -
HSV(B) 244.62º 0.39% 0.53% -
XYZ 11.4 9.96 24.24 -
YUV 90.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 87 83 135 0.36 0.39 0 0.47 244.62 0.24 0.43
Hex 57 53 87 24 27 0 2F F5 18 2B
Octal 127 123 207 44 47 0 57 365 30 53
Binary 1010111 1010011 10000111 100100 100111 0 101111 11110101 11000 101011

Color Harmonies of #575387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575387

Black with #575387

Text Example


Text Example

White with #575387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575387; }

 p { color: rgb(87,83,135); }

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

background-color css

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

 a { background-color: rgb(87,83,135); }

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

border-color css

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

 span { border-color: rgb(87,83,135); }

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