Html Css Color HEX #5858CB Slate Blue

📋 copy color: '#5858CB'

red 88 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #5858CB

Tints of Slate Blue #5858CB

RGB

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

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

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

R = 23.22%
G = 23.22%
B = 53.56%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5858CB (or 0x5858CB) is known color: Slate Blue. HEX triplet: 58, 58 and CB. RGB value is (88,88,203). Sum of RGB (Red+Green+Blue) = 88+88+203=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #5858CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5858CB is #A7A734. Grayscale: #646464. Windows color (decimal): -10987317 or 13326424. OLE color: 13326424.

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

Color convert

RGB 88 88 203 -
CMYK 0.57 0.57 0 0.20
HSL 240º 0.53% 0.57% -
HSV(B) 240º 0.57% 0.8% -
XYZ 18.29 13.37 58.12 -
YUV 101.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 88 88 203 0.57 0.57 0 0.20 240 0.53 0.57
Hex 58 58 CB 39 39 0 14 F0 35 39
Octal 130 130 313 71 71 0 24 360 65 71
Binary 1011000 1011000 11001011 111001 111001 0 10100 11110000 110101 111001

Color Harmonies of #5858CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5858CB

Black with #5858CB

Text Example


Text Example

White with #5858CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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