Html Css Color HEX #554AC1 Rich Blue

📋 copy color: '#554AC1'

red 85 ◦ green 74 ◦ blue 193

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

Shades of Rich Blue #554AC1

Tints of Rich Blue #554AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.83%

R = 24.15%
G = 21.02%
B = 54.83%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#554AC1 (or 0x554AC1) is known color: Rich Blue. HEX triplet: 55, 4A and C1. RGB value is (85,74,193). Sum of RGB (Red+Green+Blue) = 85+74+193=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #554AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AC1 is #AAB53E. Grayscale: #5A5A5A. Windows color (decimal): -11187519 or 12667477. OLE color: 12667477.

HSL color Cylindrical-coordinate representation of color #554AC1: hue angle of 245.55º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554AC1 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 74 193 -
CMYK 0.56 0.62 0 0.24
HSL 245.55º 0.49% 0.52% -
HSV(B) 245.55º 0.62% 0.76% -
XYZ 15.82 10.68 51.68 -
YUV 90.86 185.64 123.82 -
System Red Green Blue C M Y K H S L
Decimal 85 74 193 0.56 0.62 0 0.24 245.55 0.49 0.52
Hex 55 4A C1 38 3E 0 18 F6 31 34
Octal 125 112 301 70 76 0 30 366 61 64
Binary 1010101 1001010 11000001 111000 111110 0 11000 11110110 110001 110100

Color Harmonies of #554AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554AC1

Black with #554AC1

Text Example


Text Example

White with #554AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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