Html Css Color HEX #554EDB Slate Blue

📋 copy color: '#554EDB'

red 85 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #554EDB

Tints of Slate Blue #554EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 22.25%
G = 20.42%
B = 57.33%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#554EDB (or 0x554EDB) is known color: Slate Blue. HEX triplet: 55, 4E and DB. RGB value is (85,78,219). Sum of RGB (Red+Green+Blue) = 85+78+219=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #554EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EDB is #AAB124. Grayscale: #5F5F5F. Windows color (decimal): -11186469 or 14372437. OLE color: 14372437.

HSL color Cylindrical-coordinate representation of color #554EDB: hue angle of 242.98º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554EDB is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 78 219 -
CMYK 0.61 0.64 0 0.14
HSL 242.98º 0.66% 0.58% -
HSV(B) 242.98º 0.64% 0.86% -
XYZ 19.26 12.49 68.41 -
YUV 96.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 85 78 219 0.61 0.64 0 0.14 242.98 0.66 0.58
Hex 55 4E DB 3D 40 0 E F3 42 3A
Octal 125 116 333 75 100 0 16 363 102 72
Binary 1010101 1001110 11011011 111101 1000000 0 1110 11110011 1000010 111010

Color Harmonies of #554EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EDB

Black with #554EDB

Text Example


Text Example

White with #554EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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