Html Css Color HEX #5850C4 Slate Blue

📋 copy color: '#5850C4'

red 88 ◦ green 80 ◦ blue 196

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

Shades of Slate Blue #5850C4

Tints of Slate Blue #5850C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 53.85%

R = 24.18%
G = 21.98%
B = 53.85%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5850C4 (or 0x5850C4) is known color: Slate Blue. HEX triplet: 58, 50 and C4. RGB value is (88,80,196). Sum of RGB (Red+Green+Blue) = 88+80+196=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #5850C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850C4 is #A7AF3B. Grayscale: #5F5F5F. Windows color (decimal): -10989372 or 12865624. OLE color: 12865624.

HSL color Cylindrical-coordinate representation of color #5850C4: hue angle of 244.14º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5850C4 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 88 80 196 -
CMYK 0.55 0.59 0 0.23
HSL 244.14º 0.5% 0.54% -
HSV(B) 244.14º 0.59% 0.77% -
XYZ 16.86 11.8 53.61 -
YUV 95.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 88 80 196 0.55 0.59 0 0.23 244.14 0.5 0.54
Hex 58 50 C4 37 3B 0 17 F4 32 36
Octal 130 120 304 67 73 0 27 364 62 66
Binary 1011000 1010000 11000100 110111 111011 0 10111 11110100 110010 110110

Color Harmonies of #5850C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850C4

Black with #5850C4

Text Example


Text Example

White with #5850C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5850C4; }

 p { color: rgb(88,80,196); }

 H1.HeaderClassName
 {
   color: #5850C4;
 }
 .AnyTagClassName
 {
   color: #5850C4;
 }
</style>

background-color css

<style>
 a { background-color: #5850C4; }

 a { background-color: rgb(88,80,196); }

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

border-color css

<style>
 span { border-color: #5850C4; }

 span { border-color: rgb(88,80,196); }

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