Html Css Color HEX #554FDF Slate Blue

📋 copy color: '#554FDF'

red 85 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #554FDF

Tints of Slate Blue #554FDF

RGB

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

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

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

R = 21.96%
G = 20.41%
B = 57.62%

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

#554FDF (or 0x554FDF) is known color: Slate Blue. HEX triplet: 55, 4F and DF. RGB value is (85,79,223). Sum of RGB (Red+Green+Blue) = 85+79+223=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #554FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FDF is #AAB020. Grayscale: #606060. Windows color (decimal): -11186209 or 14634837. OLE color: 14634837.

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

Color convert

RGB 85 79 223 -
CMYK 0.62 0.65 0 0.13
HSL 242.5º 0.69% 0.59% -
HSV(B) 242.5º 0.65% 0.87% -
XYZ 19.86 12.85 71.25 -
YUV 97.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 85 79 223 0.62 0.65 0 0.13 242.5 0.69 0.59
Hex 55 4F DF 3E 41 0 D F2 45 3B
Octal 125 117 337 76 101 0 15 362 105 73
Binary 1010101 1001111 11011111 111110 1000001 0 1101 11110010 1000101 111011

Color Harmonies of #554FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FDF

Black with #554FDF

Text Example


Text Example

White with #554FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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