Html Css Color HEX #585ECB Slate Blue

📋 copy color: '#585ECB'

red 88 ◦ green 94 ◦ blue 203

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

Shades of Slate Blue #585ECB

Tints of Slate Blue #585ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 22.86%
G = 24.42%
B = 52.73%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#585ECB (or 0x585ECB) is known color: Slate Blue. HEX triplet: 58, 5E and CB. RGB value is (88,94,203). Sum of RGB (Red+Green+Blue) = 88+94+203=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #585ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ECB is #A7A134. Grayscale: #686868. Windows color (decimal): -10985781 or 13327960. OLE color: 13327960.

HSL color Cylindrical-coordinate representation of color #585ECB: hue angle of 236.87º 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 #585ECB is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 94 203 -
CMYK 0.57 0.54 0 0.20
HSL 236.87º 0.53% 0.57% -
HSV(B) 236.87º 0.57% 0.8% -
XYZ 18.81 14.39 58.29 -
YUV 104.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 88 94 203 0.57 0.54 0 0.20 236.87 0.53 0.57
Hex 58 5E CB 39 36 0 14 ED 35 39
Octal 130 136 313 71 66 0 24 355 65 71
Binary 1011000 1011110 11001011 111001 110110 0 10100 11101101 110101 111001

Color Harmonies of #585ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ECB

Black with #585ECB

Text Example


Text Example

White with #585ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,203); }

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

background-color css

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

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

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

border-color css

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

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

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