Html Css Color HEX #5857CA Slate Blue

📋 copy color: '#5857CA'

red 88 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #5857CA

Tints of Slate Blue #5857CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 23.34%
G = 23.08%
B = 53.58%

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

#5857CA (or 0x5857CA) is known color: Slate Blue. HEX triplet: 58, 57 and CA. RGB value is (88,87,202). Sum of RGB (Red+Green+Blue) = 88+87+202=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #5857CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857CA is #A7A835. Grayscale: #636363. Windows color (decimal): -10987574 or 13260632. OLE color: 13260632.

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

Color convert

RGB 88 87 202 -
CMYK 0.56 0.57 0 0.21
HSL 240.52º 0.52% 0.57% -
HSV(B) 240.52º 0.57% 0.79% -
XYZ 18.09 13.16 57.46 -
YUV 100.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 88 87 202 0.56 0.57 0 0.21 240.52 0.52 0.57
Hex 58 57 CA 38 39 0 15 F1 34 39
Octal 130 127 312 70 71 0 25 361 64 71
Binary 1011000 1010111 11001010 111000 111001 0 10101 11110001 110100 111001

Color Harmonies of #5857CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857CA

Black with #5857CA

Text Example


Text Example

White with #5857CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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