Html Css Color HEX #5954D2 Slate Blue

📋 copy color: '#5954D2'

red 89 ◦ green 84 ◦ blue 210

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

Shades of Slate Blue #5954D2

Tints of Slate Blue #5954D2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 210 (82.42% from 255) = 54.83%

R = 23.24%
G = 21.93%
B = 54.83%

CMYK

 C value IS 0.58

 M value IS 0.6

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5954D2 (or 0x5954D2) is known color: Slate Blue. HEX triplet: 59, 54 and D2. RGB value is (89,84,210). Sum of RGB (Red+Green+Blue) = 89+84+210=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #5954D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5954D2 is #A6AB2D. Grayscale: #636363. Windows color (decimal): -10922798 or 13784153. OLE color: 13784153.

HSL color Cylindrical-coordinate representation of color #5954D2: hue angle of 242.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5954D2 is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 84 210 -
CMYK 0.58 0.6 0 0.18
HSL 242.38º 0.58% 0.58% -
HSV(B) 242.38º 0.6% 0.82% -
XYZ 18.92 13.12 62.51 -
YUV 99.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 89 84 210 0.58 0.6 0 0.18 242.38 0.58 0.58
Hex 59 54 D2 3A 3C 0 12 F2 3A 3A
Octal 131 124 322 72 74 0 22 362 72 72
Binary 1011001 1010100 11010010 111010 111100 0 10010 11110010 111010 111010

Color Harmonies of #5954D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5954D2

Black with #5954D2

Text Example


Text Example

White with #5954D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5954D2; }

 p { color: rgb(89,84,210); }

 H1.HeaderClassName
 {
   color: #5954D2;
 }
 .AnyTagClassName
 {
   color: #5954D2;
 }
</style>

background-color css

<style>
 a { background-color: #5954D2; }

 a { background-color: rgb(89,84,210); }

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

border-color css

<style>
 span { border-color: #5954D2; }

 span { border-color: rgb(89,84,210); }

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