Html Css Color HEX #5A58CB Slate Blue

📋 copy color: '#5A58CB'

red 90 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #5A58CB

Tints of Slate Blue #5A58CB

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A58CB (or 0x5A58CB) is known color: Slate Blue. HEX triplet: 5A, 58 and CB. RGB value is (90,88,203). Sum of RGB (Red+Green+Blue) = 90+88+203=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 88 (34.77% from 255 or 23.10% 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 #5A58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A58CB is #A5A734. Grayscale: #656565. Windows color (decimal): -10856245 or 13326426. OLE color: 13326426.

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

Color convert

RGB 90 88 203 -
CMYK 0.56 0.57 0 0.20
HSL 241.04º 0.53% 0.57% -
HSV(B) 241.04º 0.57% 0.8% -
XYZ 18.49 13.46 58.12 -
YUV 101.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 90 88 203 0.56 0.57 0 0.20 241.04 0.53 0.57
Hex 5A 58 CB 38 39 0 14 F1 35 39
Octal 132 130 313 70 71 0 24 361 65 71
Binary 1011010 1011000 11001011 111000 111001 0 10100 11110001 110101 111001

Color Harmonies of #5A58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A58CB

Black with #5A58CB

Text Example


Text Example

White with #5A58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A58CB; }

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

 H1.HeaderClassName
 {
   color: #5A58CB;
 }
 .AnyTagClassName
 {
   color: #5A58CB;
 }
</style>

background-color css

<style>
 a { background-color: #5A58CB; }

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

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

border-color css

<style>
 span { border-color: #5A58CB; }

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

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