Html Css Color HEX #5844CC Slate Blue

📋 copy color: '#5844CC'

red 88 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #5844CC

Tints of Slate Blue #5844CC

RGB

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

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

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

R = 24.44%
G = 18.89%
B = 56.67%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5844CC (or 0x5844CC) is known color: Slate Blue. HEX triplet: 58, 44 and CC. RGB value is (88,68,204). Sum of RGB (Red+Green+Blue) = 88+68+204=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5844CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844CC is #A7BB33. Grayscale: #585858. Windows color (decimal): -10992436 or 13386840. OLE color: 13386840.

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

Color convert

RGB 88 68 204 -
CMYK 0.57 0.67 0 0.2
HSL 248.82º 0.57% 0.53% -
HSV(B) 248.82º 0.67% 0.8% -
XYZ 16.99 10.57 58.27 -
YUV 89.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 88 68 204 0.57 0.67 0 0.2 248.82 0.57 0.53
Hex 58 44 CC 39 43 0 14 F9 39 35
Octal 130 104 314 71 103 0 24 371 71 65
Binary 1011000 1000100 11001100 111001 1000011 0 10100 11111001 111001 110101

Color Harmonies of #5844CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5844CC

Black with #5844CC

Text Example


Text Example

White with #5844CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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