Html Css Color HEX #5445CD Slate Blue

📋 copy color: '#5445CD'

red 84 ◦ green 69 ◦ blue 205

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

Shades of Slate Blue #5445CD

Tints of Slate Blue #5445CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.27%

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 23.46%
G = 19.27%
B = 57.26%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5445CD (or 0x5445CD) is known color: Slate Blue. HEX triplet: 54, 45 and CD. RGB value is (84,69,205). Sum of RGB (Red+Green+Blue) = 84+69+205=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5445CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5445CD is #ABBA32. Grayscale: #585858. Windows color (decimal): -11254323 or 13452628. OLE color: 13452628.

HSL color Cylindrical-coordinate representation of color #5445CD: hue angle of 246.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5445CD is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 69 205 -
CMYK 0.59 0.66 0 0.20
HSL 246.62º 0.58% 0.54% -
HSV(B) 246.62º 0.66% 0.8% -
XYZ 16.8 10.55 58.91 -
YUV 88.99 193.47 124.44 -
System Red Green Blue C M Y K H S L
Decimal 84 69 205 0.59 0.66 0 0.20 246.62 0.58 0.54
Hex 54 45 CD 3B 42 0 14 F7 3A 36
Octal 124 105 315 73 102 0 24 367 72 66
Binary 1010100 1000101 11001101 111011 1000010 0 10100 11110111 111010 110110

Color Harmonies of #5445CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5445CD

Black with #5445CD

Text Example


Text Example

White with #5445CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5445CD; }

 p { color: rgb(84,69,205); }

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

background-color css

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

 a { background-color: rgb(84,69,205); }

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

border-color css

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

 span { border-color: rgb(84,69,205); }

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