Html Css Color HEX #554CDF Slate Blue

📋 copy color: '#554CDF'

red 85 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #554CDF

Tints of Slate Blue #554CDF

RGB

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

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

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

R = 22.14%
G = 19.79%
B = 58.07%

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

#554CDF (or 0x554CDF) is known color: Slate Blue. HEX triplet: 55, 4C and DF. RGB value is (85,76,223). Sum of RGB (Red+Green+Blue) = 85+76+223=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #554CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDF is #AAB320. Grayscale: #5E5E5E. Windows color (decimal): -11186977 or 14634069. OLE color: 14634069.

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

Color convert

RGB 85 76 223 -
CMYK 0.62 0.66 0 0.13
HSL 243.67º 0.7% 0.59% -
HSV(B) 243.67º 0.66% 0.87% -
XYZ 19.65 12.43 71.18 -
YUV 95.45 199.98 120.55 -
System Red Green Blue C M Y K H S L
Decimal 85 76 223 0.62 0.66 0 0.13 243.67 0.7 0.59
Hex 55 4C DF 3E 42 0 D F4 46 3B
Octal 125 114 337 76 102 0 15 364 106 73
Binary 1010101 1001100 11011111 111110 1000010 0 1101 11110100 1000110 111011

Color Harmonies of #554CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CDF

Black with #554CDF

Text Example


Text Example

White with #554CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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