Html Css Color HEX #554DDF Slate Blue

📋 copy color: '#554DDF'

red 85 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #554DDF

Tints of Slate Blue #554DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 22.08%
G = 20%
B = 57.92%

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

#554DDF (or 0x554DDF) is known color: Slate Blue. HEX triplet: 55, 4D and DF. RGB value is (85,77,223). Sum of RGB (Red+Green+Blue) = 85+77+223=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #554DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DDF is #AAB220. Grayscale: #5F5F5F. Windows color (decimal): -11186721 or 14634325. OLE color: 14634325.

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

Color convert

RGB 85 77 223 -
CMYK 0.62 0.65 0 0.13
HSL 243.29º 0.7% 0.59% -
HSV(B) 243.29º 0.65% 0.87% -
XYZ 19.72 12.57 71.2 -
YUV 96.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 85 77 223 0.62 0.65 0 0.13 243.29 0.7 0.59
Hex 55 4D DF 3E 41 0 D F3 46 3B
Octal 125 115 337 76 101 0 15 363 106 73
Binary 1010101 1001101 11011111 111110 1000001 0 1101 11110011 1000110 111011

Color Harmonies of #554DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DDF

Black with #554DDF

Text Example


Text Example

White with #554DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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