Html Css Color HEX #5955D4 Slate Blue

📋 copy color: '#5955D4'

red 89 ◦ green 85 ◦ blue 212

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

Shades of Slate Blue #5955D4

Tints of Slate Blue #5955D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

 BLUE value IS 212 (83.2% from 255) = 54.92%

R = 23.06%
G = 22.02%
B = 54.92%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5955D4 (or 0x5955D4) is known color: Slate Blue. HEX triplet: 59, 55 and D4. RGB value is (89,85,212). Sum of RGB (Red+Green+Blue) = 89+85+212=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #5955D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955D4 is #A6AA2B. Grayscale: #646464. Windows color (decimal): -10922540 or 13915481. OLE color: 13915481.

HSL color Cylindrical-coordinate representation of color #5955D4: hue angle of 241.89º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5955D4 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 89 85 212 -
CMYK 0.58 0.60 0 0.17
HSL 241.89º 0.6% 0.58% -
HSV(B) 241.89º 0.6% 0.83% -
XYZ 19.25 13.37 63.85 -
YUV 100.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 89 85 212 0.58 0.60 0 0.17 241.89 0.6 0.58
Hex 59 55 D4 3A 3C 0 11 F2 3C 3A
Octal 131 125 324 72 74 0 21 362 74 72
Binary 1011001 1010101 11010100 111010 111100 0 10001 11110010 111100 111010

Color Harmonies of #5955D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5955D4

Black with #5955D4

Text Example


Text Example

White with #5955D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5955D4; }

 p { color: rgb(89,85,212); }

 H1.HeaderClassName
 {
   color: #5955D4;
 }
 .AnyTagClassName
 {
   color: #5955D4;
 }
</style>

background-color css

<style>
 a { background-color: #5955D4; }

 a { background-color: rgb(89,85,212); }

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

border-color css

<style>
 span { border-color: #5955D4; }

 span { border-color: rgb(89,85,212); }

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