Html Css Color HEX #5951CB Slate Blue

📋 copy color: '#5951CB'

red 89 ◦ green 81 ◦ blue 203

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

Shades of Slate Blue #5951CB

Tints of Slate Blue #5951CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 23.86%
G = 21.72%
B = 54.42%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5951CB (or 0x5951CB) is known color: Slate Blue. HEX triplet: 59, 51 and CB. RGB value is (89,81,203). Sum of RGB (Red+Green+Blue) = 89+81+203=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #5951CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951CB is #A6AE34. Grayscale: #606060. Windows color (decimal): -10923573 or 13324633. OLE color: 13324633.

HSL color Cylindrical-coordinate representation of color #5951CB: hue angle of 243.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5951CB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 81 203 -
CMYK 0.56 0.60 0 0.20
HSL 243.93º 0.54% 0.56% -
HSV(B) 243.93º 0.6% 0.8% -
XYZ 17.84 12.32 57.94 -
YUV 97.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 89 81 203 0.56 0.60 0 0.20 243.93 0.54 0.56
Hex 59 51 CB 38 3C 0 14 F4 36 38
Octal 131 121 313 70 74 0 24 364 66 70
Binary 1011001 1010001 11001011 111000 111100 0 10100 11110100 110110 111000

Color Harmonies of #5951CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5951CB

Black with #5951CB

Text Example


Text Example

White with #5951CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5951CB; }

 p { color: rgb(89,81,203); }

 H1.HeaderClassName
 {
   color: #5951CB;
 }
 .AnyTagClassName
 {
   color: #5951CB;
 }
</style>

background-color css

<style>
 a { background-color: #5951CB; }

 a { background-color: rgb(89,81,203); }

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

border-color css

<style>
 span { border-color: #5951CB; }

 span { border-color: rgb(89,81,203); }

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