Html Css Color HEX #554ECD Slate Blue

📋 copy color: '#554ECD'

red 85 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #554ECD

Tints of Slate Blue #554ECD

RGB

 RED value IS 85 (33.59% from 255) = 23.1%

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 23.1%
G = 21.2%
B = 55.71%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#554ECD (or 0x554ECD) is known color: Slate Blue. HEX triplet: 55, 4E and CD. RGB value is (85,78,205). Sum of RGB (Red+Green+Blue) = 85+78+205=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #554ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ECD is #AAB132. Grayscale: #5E5E5E. Windows color (decimal): -11186483 or 13454933. OLE color: 13454933.

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

Color convert

RGB 85 78 205 -
CMYK 0.59 0.62 0 0.20
HSL 243.31º 0.56% 0.55% -
HSV(B) 243.31º 0.62% 0.8% -
XYZ 17.49 11.79 59.11 -
YUV 94.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 85 78 205 0.59 0.62 0 0.20 243.31 0.56 0.55
Hex 55 4E CD 3B 3E 0 14 F3 38 37
Octal 125 116 315 73 76 0 24 363 70 67
Binary 1010101 1001110 11001101 111011 111110 0 10100 11110011 111000 110111

Color Harmonies of #554ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554ECD

Black with #554ECD

Text Example


Text Example

White with #554ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554ECD; }

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

 H1.HeaderClassName
 {
   color: #554ECD;
 }
 .AnyTagClassName
 {
   color: #554ECD;
 }
</style>

background-color css

<style>
 a { background-color: #554ECD; }

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

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

border-color css

<style>
 span { border-color: #554ECD; }

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

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