Html Css Color HEX #5F59CA Slate Blue

📋 copy color: '#5F59CA'

red 95 ◦ green 89 ◦ blue 202

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

Shades of Slate Blue #5F59CA

Tints of Slate Blue #5F59CA

RGB

 RED value IS 95 (37.5% from 255) = 24.61%

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

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

R = 24.61%
G = 23.06%
B = 52.33%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5F59CA (or 0x5F59CA) is known color: Slate Blue. HEX triplet: 5F, 59 and CA. RGB value is (95,89,202). Sum of RGB (Red+Green+Blue) = 95+89+202=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F59CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59CA is #A0A635. Grayscale: #676767. Windows color (decimal): -10528310 or 13261151. OLE color: 13261151.

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

Color convert

RGB 95 89 202 -
CMYK 0.53 0.56 0 0.21
HSL 243.19º 0.52% 0.57% -
HSV(B) 243.19º 0.56% 0.79% -
XYZ 18.95 13.84 57.55 -
YUV 103.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 95 89 202 0.53 0.56 0 0.21 243.19 0.52 0.57
Hex 5F 59 CA 35 38 0 15 F3 34 39
Octal 137 131 312 65 70 0 25 363 64 71
Binary 1011111 1011001 11001010 110101 111000 0 10101 11110011 110100 111001

Color Harmonies of #5F59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F59CA

Black with #5F59CA

Text Example


Text Example

White with #5F59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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