Html Css Color HEX #585ACB Slate Blue

📋 copy color: '#585ACB'

red 88 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #585ACB

Tints of Slate Blue #585ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

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

R = 23.1%
G = 23.62%
B = 53.28%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#585ACB (or 0x585ACB) is known color: Slate Blue. HEX triplet: 58, 5A and CB. RGB value is (88,90,203). Sum of RGB (Red+Green+Blue) = 88+90+203=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #585ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ACB is #A7A534. Grayscale: #656565. Windows color (decimal): -10986805 or 13326936. OLE color: 13326936.

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

Color convert

RGB 88 90 203 -
CMYK 0.57 0.56 0 0.20
HSL 238.96º 0.53% 0.57% -
HSV(B) 238.96º 0.57% 0.8% -
XYZ 18.46 13.7 58.17 -
YUV 102.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 88 90 203 0.57 0.56 0 0.20 238.96 0.53 0.57
Hex 58 5A CB 39 38 0 14 EF 35 39
Octal 130 132 313 71 70 0 24 357 65 71
Binary 1011000 1011010 11001011 111001 111000 0 10100 11101111 110101 111001

Color Harmonies of #585ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ACB

Black with #585ACB

Text Example


Text Example

White with #585ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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