Html Css Color HEX #554FDE Slate Blue

📋 copy color: '#554FDE'

red 85 ◦ green 79 ◦ blue 222

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

Shades of Slate Blue #554FDE

Tints of Slate Blue #554FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.47%

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

R = 22.02%
G = 20.47%
B = 57.51%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#554FDE (or 0x554FDE) is known color: Slate Blue. HEX triplet: 55, 4F and DE. RGB value is (85,79,222). Sum of RGB (Red+Green+Blue) = 85+79+222=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #554FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FDE is #AAB021. Grayscale: #606060. Windows color (decimal): -11186210 or 14569301. OLE color: 14569301.

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

Color convert

RGB 85 79 222 -
CMYK 0.62 0.64 0 0.13
HSL 242.52º 0.68% 0.59% -
HSV(B) 242.52º 0.64% 0.87% -
XYZ 19.73 12.8 70.54 -
YUV 97.1 198.49 119.37 -
System Red Green Blue C M Y K H S L
Decimal 85 79 222 0.62 0.64 0 0.13 242.52 0.68 0.59
Hex 55 4F DE 3E 40 0 D F3 44 3B
Octal 125 117 336 76 100 0 15 363 104 73
Binary 1010101 1001111 11011110 111110 1000000 0 1101 11110011 1000100 111011

Color Harmonies of #554FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FDE

Black with #554FDE

Text Example


Text Example

White with #554FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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