Html Css Color HEX #585DCC Slate Blue

📋 copy color: '#585DCC'

red 88 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #585DCC

Tints of Slate Blue #585DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 22.86%
G = 24.16%
B = 52.99%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#585DCC (or 0x585DCC) is known color: Slate Blue. HEX triplet: 58, 5D and CC. RGB value is (88,93,204). Sum of RGB (Red+Green+Blue) = 88+93+204=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #585DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DCC is #A7A233. Grayscale: #676767. Windows color (decimal): -10986036 or 13393240. OLE color: 13393240.

HSL color Cylindrical-coordinate representation of color #585DCC: hue angle of 237.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585DCC is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 93 204 -
CMYK 0.57 0.54 0 0.2
HSL 237.41º 0.53% 0.57% -
HSV(B) 237.41º 0.57% 0.8% -
XYZ 18.84 14.26 58.89 -
YUV 104.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 88 93 204 0.57 0.54 0 0.2 237.41 0.53 0.57
Hex 58 5D CC 39 36 0 14 ED 35 39
Octal 130 135 314 71 66 0 24 355 65 71
Binary 1011000 1011101 11001100 111001 110110 0 10100 11101101 110101 111001

Color Harmonies of #585DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DCC

Black with #585DCC

Text Example


Text Example

White with #585DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585DCC; }

 p { color: rgb(88,93,204); }

 H1.HeaderClassName
 {
   color: #585DCC;
 }
 .AnyTagClassName
 {
   color: #585DCC;
 }
</style>

background-color css

<style>
 a { background-color: #585DCC; }

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

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

border-color css

<style>
 span { border-color: #585DCC; }

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

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