Html Css Color HEX #5948CC Slate Blue

📋 copy color: '#5948CC'

red 89 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #5948CC

Tints of Slate Blue #5948CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 24.38%
G = 19.73%
B = 55.89%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5948CC (or 0x5948CC) is known color: Slate Blue. HEX triplet: 59, 48 and CC. RGB value is (89,72,204). Sum of RGB (Red+Green+Blue) = 89+72+204=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #5948CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948CC is #A6B733. Grayscale: #5B5B5B. Windows color (decimal): -10925876 or 13387865. OLE color: 13387865.

HSL color Cylindrical-coordinate representation of color #5948CC: hue angle of 247.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5948CC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 72 204 -
CMYK 0.56 0.65 0 0.2
HSL 247.73º 0.56% 0.54% -
HSV(B) 247.73º 0.65% 0.8% -
XYZ 17.34 11.12 58.36 -
YUV 92.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 89 72 204 0.56 0.65 0 0.2 247.73 0.56 0.54
Hex 59 48 CC 38 41 0 14 F8 38 36
Octal 131 110 314 70 101 0 24 370 70 66
Binary 1011001 1001000 11001100 111000 1000001 0 10100 11111000 111000 110110

Color Harmonies of #5948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5948CC

Black with #5948CC

Text Example


Text Example

White with #5948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5948CC; }

 p { color: rgb(89,72,204); }

 H1.HeaderClassName
 {
   color: #5948CC;
 }
 .AnyTagClassName
 {
   color: #5948CC;
 }
</style>

background-color css

<style>
 a { background-color: #5948CC; }

 a { background-color: rgb(89,72,204); }

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

border-color css

<style>
 span { border-color: #5948CC; }

 span { border-color: rgb(89,72,204); }

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