Html Css Color HEX #5943CC Slate Blue

📋 copy color: '#5943CC'

red 89 ◦ green 67 ◦ blue 204

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

Shades of Slate Blue #5943CC

Tints of Slate Blue #5943CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 24.72%
G = 18.61%
B = 56.67%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5943CC (or 0x5943CC) is known color: Slate Blue. HEX triplet: 59, 43 and CC. RGB value is (89,67,204). Sum of RGB (Red+Green+Blue) = 89+67+204=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5943CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5943CC is #A6BC33. Grayscale: #585858. Windows color (decimal): -10927156 or 13386585. OLE color: 13386585.

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

Color convert

RGB 89 67 204 -
CMYK 0.56 0.67 0 0.2
HSL 249.64º 0.57% 0.53% -
HSV(B) 249.64º 0.67% 0.8% -
XYZ 17.03 10.5 58.26 -
YUV 89.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 89 67 204 0.56 0.67 0 0.2 249.64 0.57 0.53
Hex 59 43 CC 38 43 0 14 FA 39 35
Octal 131 103 314 70 103 0 24 372 71 65
Binary 1011001 1000011 11001100 111000 1000011 0 10100 11111010 111001 110101

Color Harmonies of #5943CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5943CC

Black with #5943CC

Text Example


Text Example

White with #5943CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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