Html Css Color HEX #5D45CC Slate Blue

📋 copy color: '#5D45CC'

red 93 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #5D45CC

Tints of Slate Blue #5D45CC

RGB

 RED value IS 93 (36.72% from 255) = 25.41%

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 25.41%
G = 18.85%
B = 55.74%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D45CC (or 0x5D45CC) is known color: Slate Blue. HEX triplet: 5D, 45 and CC. RGB value is (93,69,204). Sum of RGB (Red+Green+Blue) = 93+69+204=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D45CC is #A2BA33. Grayscale: #5B5B5B. Windows color (decimal): -10664500 or 13387101. OLE color: 13387101.

HSL color Cylindrical-coordinate representation of color #5D45CC: hue angle of 250.67º degrees, saturation: 0.57, 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 #5D45CC is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 69 204 -
CMYK 0.54 0.66 0 0.2
HSL 250.67º 0.57% 0.54% -
HSV(B) 250.67º 0.66% 0.8% -
XYZ 17.54 10.94 58.31 -
YUV 91.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 93 69 204 0.54 0.66 0 0.2 250.67 0.57 0.54
Hex 5D 45 CC 36 42 0 14 FB 39 36
Octal 135 105 314 66 102 0 24 373 71 66
Binary 1011101 1000101 11001100 110110 1000010 0 10100 11111011 111001 110110

Color Harmonies of #5D45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D45CC

Black with #5D45CC

Text Example


Text Example

White with #5D45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D45CC; }

 p { color: rgb(93,69,204); }

 H1.HeaderClassName
 {
   color: #5D45CC;
 }
 .AnyTagClassName
 {
   color: #5D45CC;
 }
</style>

background-color css

<style>
 a { background-color: #5D45CC; }

 a { background-color: rgb(93,69,204); }

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

border-color css

<style>
 span { border-color: #5D45CC; }

 span { border-color: rgb(93,69,204); }

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