Html Css Color HEX #5847CC Slate Blue

📋 copy color: '#5847CC'

red 88 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #5847CC

Tints of Slate Blue #5847CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 24.24%
G = 19.56%
B = 56.2%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5847CC (or 0x5847CC) is known color: Slate Blue. HEX triplet: 58, 47 and CC. RGB value is (88,71,204). Sum of RGB (Red+Green+Blue) = 88+71+204=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #5847CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5847CC is #A7B833. Grayscale: #5A5A5A. Windows color (decimal): -10991668 or 13387608. OLE color: 13387608.

HSL color Cylindrical-coordinate representation of color #5847CC: hue angle of 247.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5847CC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 71 204 -
CMYK 0.57 0.65 0 0.2
HSL 247.67º 0.57% 0.54% -
HSV(B) 247.67º 0.65% 0.8% -
XYZ 17.18 10.94 58.33 -
YUV 91.25 191.63 125.69 -
System Red Green Blue C M Y K H S L
Decimal 88 71 204 0.57 0.65 0 0.2 247.67 0.57 0.54
Hex 58 47 CC 39 41 0 14 F8 39 36
Octal 130 107 314 71 101 0 24 370 71 66
Binary 1011000 1000111 11001100 111001 1000001 0 10100 11111000 111001 110110

Color Harmonies of #5847CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5847CC

Black with #5847CC

Text Example


Text Example

White with #5847CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5847CC; }

 p { color: rgb(88,71,204); }

 H1.HeaderClassName
 {
   color: #5847CC;
 }
 .AnyTagClassName
 {
   color: #5847CC;
 }
</style>

background-color css

<style>
 a { background-color: #5847CC; }

 a { background-color: rgb(88,71,204); }

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

border-color css

<style>
 span { border-color: #5847CC; }

 span { border-color: rgb(88,71,204); }

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