Html Css Color HEX #5850CF Slate Blue

📋 copy color: '#5850CF'

red 88 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #5850CF

Tints of Slate Blue #5850CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 23.47%
G = 21.33%
B = 55.2%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5850CF (or 0x5850CF) is known color: Slate Blue. HEX triplet: 58, 50 and CF. RGB value is (88,80,207). Sum of RGB (Red+Green+Blue) = 88+80+207=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #5850CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CF is #A7AF30. Grayscale: #606060. Windows color (decimal): -10989361 or 13586520. OLE color: 13586520.

HSL color Cylindrical-coordinate representation of color #5850CF: hue angle of 243.78º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5850CF is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 80 207 -
CMYK 0.57 0.61 0 0.19
HSL 243.78º 0.57% 0.56% -
HSV(B) 243.78º 0.61% 0.81% -
XYZ 18.16 12.32 60.45 -
YUV 96.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 88 80 207 0.57 0.61 0 0.19 243.78 0.57 0.56
Hex 58 50 CF 39 3D 0 13 F4 39 38
Octal 130 120 317 71 75 0 23 364 71 70
Binary 1011000 1010000 11001111 111001 111101 0 10011 11110100 111001 111000

Color Harmonies of #5850CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850CF

Black with #5850CF

Text Example


Text Example

White with #5850CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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