Html Css Color HEX #5754CE Slate Blue

📋 copy color: '#5754CE'

red 87 ◦ green 84 ◦ blue 206

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

Shades of Slate Blue #5754CE

Tints of Slate Blue #5754CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 23.08%
G = 22.28%
B = 54.64%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5754CE (or 0x5754CE) is known color: Slate Blue. HEX triplet: 57, 54 and CE. RGB value is (87,84,206). Sum of RGB (Red+Green+Blue) = 87+84+206=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #5754CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754CE is #A8AB31. Grayscale: #626262. Windows color (decimal): -11053874 or 13522007. OLE color: 13522007.

HSL color Cylindrical-coordinate representation of color #5754CE: hue angle of 241.48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5754CE is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 84 206 -
CMYK 0.58 0.59 0 0.19
HSL 241.48º 0.55% 0.57% -
HSV(B) 241.48º 0.59% 0.81% -
XYZ 18.24 12.82 59.91 -
YUV 98.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 87 84 206 0.58 0.59 0 0.19 241.48 0.55 0.57
Hex 57 54 CE 3A 3B 0 13 F1 37 39
Octal 127 124 316 72 73 0 23 361 67 71
Binary 1010111 1010100 11001110 111010 111011 0 10011 11110001 110111 111001

Color Harmonies of #5754CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754CE

Black with #5754CE

Text Example


Text Example

White with #5754CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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