Html Css Color HEX #5857C9 Slate Blue

📋 copy color: '#5857C9'

red 88 ◦ green 87 ◦ blue 201

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

Shades of Slate Blue #5857C9

Tints of Slate Blue #5857C9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 201 (78.91% from 255) = 53.46%

R = 23.4%
G = 23.14%
B = 53.46%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5857C9 (or 0x5857C9) is known color: Slate Blue. HEX triplet: 58, 57 and C9. RGB value is (88,87,201). Sum of RGB (Red+Green+Blue) = 88+87+201=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #5857C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857C9 is #A7A836. Grayscale: #636363. Windows color (decimal): -10987575 or 13195096. OLE color: 13195096.

HSL color Cylindrical-coordinate representation of color #5857C9: hue angle of 240.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5857C9 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 87 201 -
CMYK 0.56 0.57 0 0.21
HSL 240.53º 0.51% 0.56% -
HSV(B) 240.53º 0.57% 0.79% -
XYZ 17.98 13.11 56.84 -
YUV 100.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 88 87 201 0.56 0.57 0 0.21 240.53 0.51 0.56
Hex 58 57 C9 38 39 0 15 F1 33 38
Octal 130 127 311 70 71 0 25 361 63 70
Binary 1011000 1010111 11001001 111000 111001 0 10101 11110001 110011 111000

Color Harmonies of #5857C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857C9

Black with #5857C9

Text Example


Text Example

White with #5857C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5857C9; }

 p { color: rgb(88,87,201); }

 H1.HeaderClassName
 {
   color: #5857C9;
 }
 .AnyTagClassName
 {
   color: #5857C9;
 }
</style>

background-color css

<style>
 a { background-color: #5857C9; }

 a { background-color: rgb(88,87,201); }

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

border-color css

<style>
 span { border-color: #5857C9; }

 span { border-color: rgb(88,87,201); }

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