Html Css Color HEX #5858DA Slate Blue

📋 copy color: '#5858DA'

red 88 ◦ green 88 ◦ blue 218

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

Shades of Slate Blue #5858DA

Tints of Slate Blue #5858DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 22.34%
G = 22.34%
B = 55.33%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5858DA (or 0x5858DA) is known color: Slate Blue. HEX triplet: 58, 58 and DA. RGB value is (88,88,218). Sum of RGB (Red+Green+Blue) = 88+88+218=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #5858DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5858DA is #A7A725. Grayscale: #666666. Windows color (decimal): -10987302 or 14309464. OLE color: 14309464.

HSL color Cylindrical-coordinate representation of color #5858DA: hue angle of 240º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5858DA is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 88 218 -
CMYK 0.60 0.60 0 0.15
HSL 240º 0.64% 0.6% -
HSV(B) 240º 0.6% 0.85% -
XYZ 20.17 14.12 67.99 -
YUV 102.82 193 117.43 -
System Red Green Blue C M Y K H S L
Decimal 88 88 218 0.60 0.60 0 0.15 240 0.64 0.6
Hex 58 58 DA 3C 3C 0 F F0 40 3C
Octal 130 130 332 74 74 0 17 360 100 74
Binary 1011000 1011000 11011010 111100 111100 0 1111 11110000 1000000 111100

Color Harmonies of #5858DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5858DA

Black with #5858DA

Text Example


Text Example

White with #5858DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5858DA; }

 p { color: rgb(88,88,218); }

 H1.HeaderClassName
 {
   color: #5858DA;
 }
 .AnyTagClassName
 {
   color: #5858DA;
 }
</style>

background-color css

<style>
 a { background-color: #5858DA; }

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

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

border-color css

<style>
 span { border-color: #5858DA; }

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

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