Html Css Color HEX #554BDE Slate Blue

📋 copy color: '#554BDE'

red 85 ◦ green 75 ◦ blue 222

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

Shades of Slate Blue #554BDE

Tints of Slate Blue #554BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 22.25%
G = 19.63%
B = 58.12%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#554BDE (or 0x554BDE) is known color: Slate Blue. HEX triplet: 55, 4B and DE. RGB value is (85,75,222). Sum of RGB (Red+Green+Blue) = 85+75+222=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #554BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BDE is #AAB421. Grayscale: #5E5E5E. Windows color (decimal): -11187234 or 14568277. OLE color: 14568277.

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

Color convert

RGB 85 75 222 -
CMYK 0.62 0.66 0 0.13
HSL 244.08º 0.69% 0.58% -
HSV(B) 244.08º 0.66% 0.87% -
XYZ 19.45 12.24 70.44 -
YUV 94.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 85 75 222 0.62 0.66 0 0.13 244.08 0.69 0.58
Hex 55 4B DE 3E 42 0 D F4 45 3A
Octal 125 113 336 76 102 0 15 364 105 72
Binary 1010101 1001011 11011110 111110 1000010 0 1101 11110100 1000101 111010

Color Harmonies of #554BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BDE

Black with #554BDE

Text Example


Text Example

White with #554BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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