Html Css Color HEX #5859CA Slate Blue

📋 copy color: '#5859CA'

red 88 ◦ green 89 ◦ blue 202

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

Shades of Slate Blue #5859CA

Tints of Slate Blue #5859CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 23.22%
G = 23.48%
B = 53.3%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5859CA (or 0x5859CA) is known color: Slate Blue. HEX triplet: 58, 59 and CA. RGB value is (88,89,202). Sum of RGB (Red+Green+Blue) = 88+89+202=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #5859CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859CA is #A7A635. Grayscale: #656565. Windows color (decimal): -10987062 or 13261144. OLE color: 13261144.

HSL color Cylindrical-coordinate representation of color #5859CA: hue angle of 239.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5859CA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 89 202 -
CMYK 0.56 0.56 0 0.21
HSL 239.47º 0.52% 0.57% -
HSV(B) 239.47º 0.56% 0.79% -
XYZ 18.26 13.48 57.52 -
YUV 101.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 88 89 202 0.56 0.56 0 0.21 239.47 0.52 0.57
Hex 58 59 CA 38 38 0 15 EF 34 39
Octal 130 131 312 70 70 0 25 357 64 71
Binary 1011000 1011001 11001010 111000 111000 0 10101 11101111 110100 111001

Color Harmonies of #5859CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5859CA

Black with #5859CA

Text Example


Text Example

White with #5859CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5859CA; }

 p { color: rgb(88,89,202); }

 H1.HeaderClassName
 {
   color: #5859CA;
 }
 .AnyTagClassName
 {
   color: #5859CA;
 }
</style>

background-color css

<style>
 a { background-color: #5859CA; }

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

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

border-color css

<style>
 span { border-color: #5859CA; }

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

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