Html Css Color HEX #554ACE Slate Blue

📋 copy color: '#554ACE'

red 85 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #554ACE

Tints of Slate Blue #554ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 206 (80.86% from 255) = 56.44%

R = 23.29%
G = 20.27%
B = 56.44%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#554ACE (or 0x554ACE) is known color: Slate Blue. HEX triplet: 55, 4A and CE. RGB value is (85,74,206). Sum of RGB (Red+Green+Blue) = 85+74+206=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #554ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ACE is #AAB531. Grayscale: #5B5B5B. Windows color (decimal): -11187506 or 13519445. OLE color: 13519445.

HSL color Cylindrical-coordinate representation of color #554ACE: hue angle of 245º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554ACE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 74 206 -
CMYK 0.59 0.64 0 0.19
HSL 245º 0.57% 0.55% -
HSV(B) 245º 0.64% 0.81% -
XYZ 17.34 11.29 59.66 -
YUV 92.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 85 74 206 0.59 0.64 0 0.19 245 0.57 0.55
Hex 55 4A CE 3B 40 0 13 F5 39 37
Octal 125 112 316 73 100 0 23 365 71 67
Binary 1010101 1001010 11001110 111011 1000000 0 10011 11110101 111001 110111

Color Harmonies of #554ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554ACE

Black with #554ACE

Text Example


Text Example

White with #554ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,206); }

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

background-color css

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

 a { background-color: rgb(85,74,206); }

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

border-color css

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

 span { border-color: rgb(85,74,206); }

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