Html Css Color HEX #554DDE Slate Blue

📋 copy color: '#554DDE'

red 85 ◦ green 77 ◦ blue 222

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

Shades of Slate Blue #554DDE

Tints of Slate Blue #554DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 22.14%
G = 20.05%
B = 57.81%

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

#554DDE (or 0x554DDE) is known color: Slate Blue. HEX triplet: 55, 4D and DE. RGB value is (85,77,222). Sum of RGB (Red+Green+Blue) = 85+77+222=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #554DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DDE is #AAB221. Grayscale: #5F5F5F. Windows color (decimal): -11186722 or 14568789. OLE color: 14568789.

HSL color Cylindrical-coordinate representation of color #554DDE: hue angle of 243.31º degrees, saturation: 0.69, 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 #554DDE is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 77 222 -
CMYK 0.62 0.65 0 0.13
HSL 243.31º 0.69% 0.59% -
HSV(B) 243.31º 0.65% 0.87% -
XYZ 19.59 12.51 70.49 -
YUV 95.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 85 77 222 0.62 0.65 0 0.13 243.31 0.69 0.59
Hex 55 4D DE 3E 41 0 D F3 45 3B
Octal 125 115 336 76 101 0 15 363 105 73
Binary 1010101 1001101 11011110 111110 1000001 0 1101 11110011 1000101 111011

Color Harmonies of #554DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DDE

Black with #554DDE

Text Example


Text Example

White with #554DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,222); }

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

background-color css

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

 a { background-color: rgb(85,77,222); }

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

border-color css

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

 span { border-color: rgb(85,77,222); }

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