Html Css Color HEX #5744CB Slate Blue

📋 copy color: '#5744CB'

red 87 ◦ green 68 ◦ blue 203

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

Shades of Slate Blue #5744CB

Tints of Slate Blue #5744CB

RGB

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

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

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

R = 24.3%
G = 18.99%
B = 56.7%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5744CB (or 0x5744CB) is known color: Slate Blue. HEX triplet: 57, 44 and CB. RGB value is (87,68,203). Sum of RGB (Red+Green+Blue) = 87+68+203=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #5744CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5744CB is #A8BB34. Grayscale: #585858. Windows color (decimal): -11057973 or 13321303. OLE color: 13321303.

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

Color convert

RGB 87 68 203 -
CMYK 0.57 0.67 0 0.20
HSL 248.44º 0.56% 0.53% -
HSV(B) 248.44º 0.67% 0.8% -
XYZ 16.78 10.47 57.64 -
YUV 89.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 87 68 203 0.57 0.67 0 0.20 248.44 0.56 0.53
Hex 57 44 CB 39 43 0 14 F8 38 35
Octal 127 104 313 71 103 0 24 370 70 65
Binary 1010111 1000100 11001011 111001 1000011 0 10100 11111000 111000 110101

Color Harmonies of #5744CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5744CB

Black with #5744CB

Text Example


Text Example

White with #5744CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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