Html Css Color HEX #554ECE Slate Blue

📋 copy color: '#554ECE'

red 85 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #554ECE

Tints of Slate Blue #554ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 23.04%
G = 21.14%
B = 55.83%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#554ECE (or 0x554ECE) is known color: Slate Blue. HEX triplet: 55, 4E and CE. RGB value is (85,78,206). Sum of RGB (Red+Green+Blue) = 85+78+206=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #554ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554ECE is #AAB131. Grayscale: #5E5E5E. Windows color (decimal): -11186482 or 13520469. OLE color: 13520469.

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

Color convert

RGB 85 78 206 -
CMYK 0.59 0.62 0 0.19
HSL 243.28º 0.57% 0.56% -
HSV(B) 243.28º 0.62% 0.81% -
XYZ 17.61 11.84 59.75 -
YUV 94.69 190.82 121.09 -
System Red Green Blue C M Y K H S L
Decimal 85 78 206 0.59 0.62 0 0.19 243.28 0.57 0.56
Hex 55 4E CE 3B 3E 0 13 F3 39 38
Octal 125 116 316 73 76 0 23 363 71 70
Binary 1010101 1001110 11001110 111011 111110 0 10011 11110011 111001 111000

Color Harmonies of #554ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554ECE

Black with #554ECE

Text Example


Text Example

White with #554ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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