Html Css Color HEX #5848CB Slate Blue

📋 copy color: '#5848CB'

red 88 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #5848CB

Tints of Slate Blue #5848CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 24.24%
G = 19.83%
B = 55.92%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5848CB (or 0x5848CB) is known color: Slate Blue. HEX triplet: 58, 48 and CB. RGB value is (88,72,203). Sum of RGB (Red+Green+Blue) = 88+72+203=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #5848CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848CB is #A7B734. Grayscale: #5B5B5B. Windows color (decimal): -10991413 or 13322328. OLE color: 13322328.

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

Color convert

RGB 88 72 203 -
CMYK 0.57 0.65 0 0.20
HSL 247.33º 0.56% 0.54% -
HSV(B) 247.33º 0.65% 0.8% -
XYZ 17.12 11.02 57.72 -
YUV 91.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 88 72 203 0.57 0.65 0 0.20 247.33 0.56 0.54
Hex 58 48 CB 39 41 0 14 F7 38 36
Octal 130 110 313 71 101 0 24 367 70 66
Binary 1011000 1001000 11001011 111001 1000001 0 10100 11110111 111000 110110

Color Harmonies of #5848CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5848CB

Black with #5848CB

Text Example


Text Example

White with #5848CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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