Html Css Color HEX #5845CD Slate Blue

📋 copy color: '#5845CD'

red 88 ◦ green 69 ◦ blue 205

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

Shades of Slate Blue #5845CD

Tints of Slate Blue #5845CD

RGB

 RED value IS 88 (34.77% from 255) = 24.31%

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

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

R = 24.31%
G = 19.06%
B = 56.63%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5845CD (or 0x5845CD) is known color: Slate Blue. HEX triplet: 58, 45 and CD. RGB value is (88,69,205). Sum of RGB (Red+Green+Blue) = 88+69+205=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #5845CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5845CD is #A7BA32. Grayscale: #595959. Windows color (decimal): -10992179 or 13452632. OLE color: 13452632.

HSL color Cylindrical-coordinate representation of color #5845CD: hue angle of 248.38º 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 #5845CD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 69 205 -
CMYK 0.57 0.66 0 0.20
HSL 248.38º 0.58% 0.54% -
HSV(B) 248.38º 0.66% 0.8% -
XYZ 17.17 10.74 58.93 -
YUV 90.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 88 69 205 0.57 0.66 0 0.20 248.38 0.58 0.54
Hex 58 45 CD 39 42 0 14 F8 3A 36
Octal 130 105 315 71 102 0 24 370 72 66
Binary 1011000 1000101 11001101 111001 1000010 0 10100 11111000 111010 110110

Color Harmonies of #5845CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5845CD

Black with #5845CD

Text Example


Text Example

White with #5845CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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