Html Css Color HEX #5744CC Slate Blue

📋 copy color: '#5744CC'

red 87 ◦ green 68 ◦ blue 204

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

Shades of Slate Blue #5744CC

Tints of Slate Blue #5744CC

RGB

 RED value IS 87 (34.38% from 255) = 24.23%

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

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

R = 24.23%
G = 18.94%
B = 56.82%

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

#5744CC (or 0x5744CC) is known color: Slate Blue. HEX triplet: 57, 44 and CC. RGB value is (87,68,204). Sum of RGB (Red+Green+Blue) = 87+68+204=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #5744CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5744CC is #A8BB33. Grayscale: #585858. Windows color (decimal): -11057972 or 13386839. OLE color: 13386839.

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

Color convert

RGB 87 68 204 -
CMYK 0.57 0.67 0 0.2
HSL 248.38º 0.57% 0.53% -
HSV(B) 248.38º 0.67% 0.8% -
XYZ 16.9 10.52 58.27 -
YUV 89.19 192.79 126.44 -
System Red Green Blue C M Y K H S L
Decimal 87 68 204 0.57 0.67 0 0.2 248.38 0.57 0.53
Hex 57 44 CC 39 43 0 14 F8 39 35
Octal 127 104 314 71 103 0 24 370 71 65
Binary 1010111 1000100 11001100 111001 1000011 0 10100 11111000 111001 110101

Color Harmonies of #5744CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5744CC

Black with #5744CC

Text Example


Text Example

White with #5744CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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