Html Css Color HEX #5851CB Slate Blue

📋 copy color: '#5851CB'

red 88 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #5851CB

Tints of Slate Blue #5851CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

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

R = 23.66%
G = 21.77%
B = 54.57%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5851CB (or 0x5851CB) is known color: Slate Blue. HEX triplet: 58, 51 and CB. RGB value is (88,81,203). Sum of RGB (Red+Green+Blue) = 88+81+203=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #5851CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851CB is #A7AE34. Grayscale: #606060. Windows color (decimal): -10989109 or 13324632. OLE color: 13324632.

HSL color Cylindrical-coordinate representation of color #5851CB: hue angle of 243.44º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5851CB is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 81 203 -
CMYK 0.57 0.60 0 0.20
HSL 243.44º 0.54% 0.56% -
HSV(B) 243.44º 0.6% 0.8% -
XYZ 17.75 12.27 57.93 -
YUV 97 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 88 81 203 0.57 0.60 0 0.20 243.44 0.54 0.56
Hex 58 51 CB 39 3C 0 14 F3 36 38
Octal 130 121 313 71 74 0 24 363 66 70
Binary 1011000 1010001 11001011 111001 111100 0 10100 11110011 110110 111000

Color Harmonies of #5851CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5851CB

Black with #5851CB

Text Example


Text Example

White with #5851CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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