Html Css Color HEX #5450CE Slate Blue

📋 copy color: '#5450CE'

red 84 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #5450CE

Tints of Slate Blue #5450CE

RGB

 RED value IS 84 (33.2% from 255) = 22.7%

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 22.7%
G = 21.62%
B = 55.68%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5450CE (or 0x5450CE) is known color: Slate Blue. HEX triplet: 54, 50 and CE. RGB value is (84,80,206). Sum of RGB (Red+Green+Blue) = 84+80+206=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #5450CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450CE is #ABAF31. Grayscale: #5F5F5F. Windows color (decimal): -11251506 or 13520980. OLE color: 13520980.

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

Color convert

RGB 84 80 206 -
CMYK 0.59 0.61 0 0.19
HSL 241.9º 0.56% 0.56% -
HSV(B) 241.9º 0.61% 0.81% -
XYZ 17.67 12.08 59.79 -
YUV 95.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 84 80 206 0.59 0.61 0 0.19 241.9 0.56 0.56
Hex 54 50 CE 3B 3D 0 13 F2 38 38
Octal 124 120 316 73 75 0 23 362 70 70
Binary 1010100 1010000 11001110 111011 111101 0 10011 11110010 111000 111000

Color Harmonies of #5450CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450CE

Black with #5450CE

Text Example


Text Example

White with #5450CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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