Html Css Color HEX #5848CC Slate Blue

📋 copy color: '#5848CC'

red 88 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #5848CC

Tints of Slate Blue #5848CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.78%

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

R = 24.18%
G = 19.78%
B = 56.04%

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

#5848CC (or 0x5848CC) is known color: Slate Blue. HEX triplet: 58, 48 and CC. RGB value is (88,72,204). Sum of RGB (Red+Green+Blue) = 88+72+204=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #5848CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848CC is #A7B733. Grayscale: #5B5B5B. Windows color (decimal): -10991412 or 13387864. OLE color: 13387864.

HSL color Cylindrical-coordinate representation of color #5848CC: hue angle of 247.27º degrees, saturation: 0.56, 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 #5848CC is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 72 204 -
CMYK 0.57 0.65 0 0.2
HSL 247.27º 0.56% 0.54% -
HSV(B) 247.27º 0.65% 0.8% -
XYZ 17.24 11.07 58.35 -
YUV 91.83 191.3 125.27 -
System Red Green Blue C M Y K H S L
Decimal 88 72 204 0.57 0.65 0 0.2 247.27 0.56 0.54
Hex 58 48 CC 39 41 0 14 F7 38 36
Octal 130 110 314 71 101 0 24 367 70 66
Binary 1011000 1001000 11001100 111001 1000001 0 10100 11110111 111000 110110

Color Harmonies of #5848CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5848CC

Black with #5848CC

Text Example


Text Example

White with #5848CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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