Html Css Color HEX #5754D0 Slate Blue

📋 copy color: '#5754D0'

red 87 ◦ green 84 ◦ blue 208

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

Shades of Slate Blue #5754D0

Tints of Slate Blue #5754D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.88%

R = 22.96%
G = 22.16%
B = 54.88%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5754D0 (or 0x5754D0) is known color: Slate Blue. HEX triplet: 57, 54 and D0. RGB value is (87,84,208). Sum of RGB (Red+Green+Blue) = 87+84+208=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #5754D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754D0 is #A8AB2F. Grayscale: #626262. Windows color (decimal): -11053872 or 13653079. OLE color: 13653079.

HSL color Cylindrical-coordinate representation of color #5754D0: hue angle of 241.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5754D0 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 84 208 -
CMYK 0.58 0.60 0 0.18
HSL 241.45º 0.57% 0.57% -
HSV(B) 241.45º 0.6% 0.82% -
XYZ 18.49 12.92 61.19 -
YUV 99.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 87 84 208 0.58 0.60 0 0.18 241.45 0.57 0.57
Hex 57 54 D0 3A 3C 0 12 F1 39 39
Octal 127 124 320 72 74 0 22 361 71 71
Binary 1010111 1010100 11010000 111010 111100 0 10010 11110001 111001 111001

Color Harmonies of #5754D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754D0

Black with #5754D0

Text Example


Text Example

White with #5754D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5754D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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