#5749CB

Color #5749CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5749CB

Tints of Slate Blue #5749CB

Color information

#5749CB (or 0x5749CB) is unknown color: approx Slate Blue. HEX triplet: 57, 49 and CB. RGB value is (87,73,203). Sum of RGB (Red+Green+Blue) = 87+73+203=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #5749CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749CB is #A8B634. Grayscale: #5B5B5B. Windows color (decimal): -11056693 or 13322583. OLE color: 13322583.

HSL color Cylindrical-coordinate representation of color #5749CB: hue angle of 246.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5749CB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8773203-
CMYK0.570.6400.20
HSL246.46º55.56%54.12%-
HSV(B)246.46º64.04%79.61%-
XYZ17.0911.157.74-
YUV92.01190.64124.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=23.97%
G=20.11%
B=55.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87732030.570.6400.20246.4655.5654.12
Hex5749CB3940014f63836
Octal127111313711000243667066
Binary1010111100100111001011111001100000001010011110110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5749CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5749CB; }

 p { color: rgb(87,73,203); }

 H1.HeaderClassName
 {
   color: #5749CB;
 }
 .AnyTagClassName
 {
   color: #5749CB;
 }
</style>
background-color css

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

 a { background-color: rgb(87,73,203); }

 div.DivClassName
 {
   background-color: #5749CB;
 }
 .BgClassName
 {
   background-color: #5749CB;
 }
</style>
border-color css

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

 span { border-color: rgb(87,73,203); }

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