Html Css Color HEX #554CDB Slate Blue

📋 copy color: '#554CDB'

red 85 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #554CDB

Tints of Slate Blue #554CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20%

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

R = 22.37%
G = 20%
B = 57.63%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#554CDB (or 0x554CDB) is known color: Slate Blue. HEX triplet: 55, 4C and DB. RGB value is (85,76,219). Sum of RGB (Red+Green+Blue) = 85+76+219=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #554CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDB is #AAB324. Grayscale: #5E5E5E. Windows color (decimal): -11186981 or 14371925. OLE color: 14371925.

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

Color convert

RGB 85 76 219 -
CMYK 0.61 0.65 0 0.14
HSL 243.78º 0.67% 0.58% -
HSV(B) 243.78º 0.65% 0.86% -
XYZ 19.12 12.21 68.37 -
YUV 94.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 85 76 219 0.61 0.65 0 0.14 243.78 0.67 0.58
Hex 55 4C DB 3D 41 0 E F4 43 3A
Octal 125 114 333 75 101 0 16 364 103 72
Binary 1010101 1001100 11011011 111101 1000001 0 1110 11110100 1000011 111010

Color Harmonies of #554CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CDB

Black with #554CDB

Text Example


Text Example

White with #554CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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