Html Css Color HEX #5844BF Slate Blue

📋 copy color: '#5844BF'

red 88 ◦ green 68 ◦ blue 191

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

Shades of Slate Blue #5844BF

Tints of Slate Blue #5844BF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 191 (75% from 255) = 55.04%

R = 25.36%
G = 19.6%
B = 55.04%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5844BF (or 0x5844BF) is known color: Slate Blue. HEX triplet: 58, 44 and BF. RGB value is (88,68,191). Sum of RGB (Red+Green+Blue) = 88+68+191=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5844BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844BF is #A7BB40. Grayscale: #575757. Windows color (decimal): -10992449 or 12534872. OLE color: 12534872.

HSL color Cylindrical-coordinate representation of color #5844BF: hue angle of 249.76º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5844BF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 68 191 -
CMYK 0.54 0.64 0 0.25
HSL 249.76º 0.49% 0.51% -
HSV(B) 249.76º 0.64% 0.75% -
XYZ 15.5 9.97 50.4 -
YUV 88 186.13 128 -
System Red Green Blue C M Y K H S L
Decimal 88 68 191 0.54 0.64 0 0.25 249.76 0.49 0.51
Hex 58 44 BF 36 40 0 19 FA 31 33
Octal 130 104 277 66 100 0 31 372 61 63
Binary 1011000 1000100 10111111 110110 1000000 0 11001 11111010 110001 110011

Color Harmonies of #5844BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5844BF

Black with #5844BF

Text Example


Text Example

White with #5844BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5844BF; }

 p { color: rgb(88,68,191); }

 H1.HeaderClassName
 {
   color: #5844BF;
 }
 .AnyTagClassName
 {
   color: #5844BF;
 }
</style>

background-color css

<style>
 a { background-color: #5844BF; }

 a { background-color: rgb(88,68,191); }

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

border-color css

<style>
 span { border-color: #5844BF; }

 span { border-color: rgb(88,68,191); }

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