Html Css Color HEX #5850CA Slate Blue

📋 copy color: '#5850CA'

red 88 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #5850CA

Tints of Slate Blue #5850CA

RGB

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

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

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

R = 23.78%
G = 21.62%
B = 54.59%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5850CA (or 0x5850CA) is known color: Slate Blue. HEX triplet: 58, 50 and CA. RGB value is (88,80,202). Sum of RGB (Red+Green+Blue) = 88+80+202=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #5850CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CA is #A7AF35. Grayscale: #5F5F5F. Windows color (decimal): -10989366 or 13258840. OLE color: 13258840.

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

Color convert

RGB 88 80 202 -
CMYK 0.56 0.60 0 0.21
HSL 243.93º 0.54% 0.55% -
HSV(B) 243.93º 0.6% 0.79% -
XYZ 17.55 12.08 57.28 -
YUV 96.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 88 80 202 0.56 0.60 0 0.21 243.93 0.54 0.55
Hex 58 50 CA 38 3C 0 15 F4 36 37
Octal 130 120 312 70 74 0 25 364 66 67
Binary 1011000 1010000 11001010 111000 111100 0 10101 11110100 110110 110111

Color Harmonies of #5850CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850CA

Black with #5850CA

Text Example


Text Example

White with #5850CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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