Html Css Color HEX #554EC8 Slate Blue

📋 copy color: '#554EC8'

red 85 ◦ green 78 ◦ blue 200

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

Shades of Slate Blue #554EC8

Tints of Slate Blue #554EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 23.42%
G = 21.49%
B = 55.1%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#554EC8 (or 0x554EC8) is known color: Slate Blue. HEX triplet: 55, 4E and C8. RGB value is (85,78,200). Sum of RGB (Red+Green+Blue) = 85+78+200=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #554EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EC8 is #AAB137. Grayscale: #5D5D5D. Windows color (decimal): -11186488 or 13127253. OLE color: 13127253.

HSL color Cylindrical-coordinate representation of color #554EC8: hue angle of 243.44º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554EC8 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 78 200 -
CMYK 0.58 0.61 0 0.22
HSL 243.44º 0.53% 0.55% -
HSV(B) 243.44º 0.61% 0.78% -
XYZ 16.9 11.55 55.98 -
YUV 94 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 85 78 200 0.58 0.61 0 0.22 243.44 0.53 0.55
Hex 55 4E C8 3A 3D 0 16 F3 35 37
Octal 125 116 310 72 75 0 26 363 65 67
Binary 1010101 1001110 11001000 111010 111101 0 10110 11110011 110101 110111

Color Harmonies of #554EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EC8

Black with #554EC8

Text Example


Text Example

White with #554EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,78,200); }

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

background-color css

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

 a { background-color: rgb(85,78,200); }

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

border-color css

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

 span { border-color: rgb(85,78,200); }

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