Html Css Color HEX #554EDD Slate Blue

📋 copy color: '#554EDD'

red 85 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #554EDD

Tints of Slate Blue #554EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 22.14%
G = 20.31%
B = 57.55%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#554EDD (or 0x554EDD) is known color: Slate Blue. HEX triplet: 55, 4E and DD. RGB value is (85,78,221). Sum of RGB (Red+Green+Blue) = 85+78+221=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #554EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EDD is #AAB122. Grayscale: #5F5F5F. Windows color (decimal): -11186467 or 14503509. OLE color: 14503509.

HSL color Cylindrical-coordinate representation of color #554EDD: hue angle of 242.94º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554EDD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 78 221 -
CMYK 0.62 0.65 0 0.13
HSL 242.94º 0.68% 0.59% -
HSV(B) 242.94º 0.65% 0.87% -
XYZ 19.52 12.6 69.81 -
YUV 96.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 85 78 221 0.62 0.65 0 0.13 242.94 0.68 0.59
Hex 55 4E DD 3E 41 0 D F3 44 3B
Octal 125 116 335 76 101 0 15 363 104 73
Binary 1010101 1001110 11011101 111110 1000001 0 1101 11110011 1000100 111011

Color Harmonies of #554EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EDD

Black with #554EDD

Text Example


Text Example

White with #554EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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