Html Css Color HEX #5750CB Slate Blue

📋 copy color: '#5750CB'

red 87 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #5750CB

Tints of Slate Blue #5750CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 23.51%
G = 21.62%
B = 54.86%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5750CB (or 0x5750CB) is known color: Slate Blue. HEX triplet: 57, 50 and CB. RGB value is (87,80,203). Sum of RGB (Red+Green+Blue) = 87+80+203=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #5750CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750CB is #A8AF34. Grayscale: #5F5F5F. Windows color (decimal): -11054901 or 13324375. OLE color: 13324375.

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

Color convert

RGB 87 80 203 -
CMYK 0.57 0.61 0 0.20
HSL 243.41º 0.54% 0.55% -
HSV(B) 243.41º 0.61% 0.8% -
XYZ 17.58 12.08 57.9 -
YUV 96.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 87 80 203 0.57 0.61 0 0.20 243.41 0.54 0.55
Hex 57 50 CB 39 3D 0 14 F3 36 37
Octal 127 120 313 71 75 0 24 363 66 67
Binary 1010111 1010000 11001011 111001 111101 0 10100 11110011 110110 110111

Color Harmonies of #5750CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750CB

Black with #5750CB

Text Example


Text Example

White with #5750CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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