Html Css Color HEX #585BCB Slate Blue

📋 copy color: '#585BCB'

red 88 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #585BCB

Tints of Slate Blue #585BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 23.04%
G = 23.82%
B = 53.14%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#585BCB (or 0x585BCB) is known color: Slate Blue. HEX triplet: 58, 5B and CB. RGB value is (88,91,203). Sum of RGB (Red+Green+Blue) = 88+91+203=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #585BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BCB is #A7A434. Grayscale: #666666. Windows color (decimal): -10986549 or 13327192. OLE color: 13327192.

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

Color convert

RGB 88 91 203 -
CMYK 0.57 0.55 0 0.20
HSL 238.43º 0.53% 0.57% -
HSV(B) 238.43º 0.57% 0.8% -
XYZ 18.55 13.87 58.2 -
YUV 102.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 88 91 203 0.57 0.55 0 0.20 238.43 0.53 0.57
Hex 58 5B CB 39 37 0 14 EE 35 39
Octal 130 133 313 71 67 0 24 356 65 71
Binary 1011000 1011011 11001011 111001 110111 0 10100 11101110 110101 111001

Color Harmonies of #585BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BCB

Black with #585BCB

Text Example


Text Example

White with #585BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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