Html Css Color HEX #5955CD Slate Blue

📋 copy color: '#5955CD'

red 89 ◦ green 85 ◦ blue 205

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

Shades of Slate Blue #5955CD

Tints of Slate Blue #5955CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 23.48%
G = 22.43%
B = 54.09%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5955CD (or 0x5955CD) is known color: Slate Blue. HEX triplet: 59, 55 and CD. RGB value is (89,85,205). Sum of RGB (Red+Green+Blue) = 89+85+205=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #5955CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955CD is #A6AA32. Grayscale: #636363. Windows color (decimal): -10922547 or 13456729. OLE color: 13456729.

HSL color Cylindrical-coordinate representation of color #5955CD: hue angle of 242º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5955CD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 85 205 -
CMYK 0.57 0.59 0 0.20
HSL 242º 0.55% 0.57% -
HSV(B) 242º 0.59% 0.8% -
XYZ 18.39 13.03 59.3 -
YUV 99.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 89 85 205 0.57 0.59 0 0.20 242 0.55 0.57
Hex 59 55 CD 39 3B 0 14 F2 37 39
Octal 131 125 315 71 73 0 24 362 67 71
Binary 1011001 1010101 11001101 111001 111011 0 10100 11110010 110111 111001

Color Harmonies of #5955CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5955CD

Black with #5955CD

Text Example


Text Example

White with #5955CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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