Html Css Color HEX #554AB9 Rich Blue

📋 copy color: '#554AB9'

red 85 ◦ green 74 ◦ blue 185

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

Shades of Rich Blue #554AB9

Tints of Rich Blue #554AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.78%

R = 24.71%
G = 21.51%
B = 53.78%

CMYK

 C value IS 0.54

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#554AB9 (or 0x554AB9) is known color: Rich Blue. HEX triplet: 55, 4A and B9. RGB value is (85,74,185). Sum of RGB (Red+Green+Blue) = 85+74+185=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #554AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AB9 is #AAB546. Grayscale: #595959. Windows color (decimal): -11187527 or 12143189. OLE color: 12143189.

HSL color Cylindrical-coordinate representation of color #554AB9: hue angle of 245.95º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554AB9 is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 74 185 -
CMYK 0.54 0.6 0 0.27
HSL 245.95º 0.44% 0.51% -
HSV(B) 245.95º 0.6% 0.73% -
XYZ 14.95 10.33 47.11 -
YUV 89.94 181.64 124.47 -
System Red Green Blue C M Y K H S L
Decimal 85 74 185 0.54 0.6 0 0.27 245.95 0.44 0.51
Hex 55 4A B9 36 3C 0 1B F6 2C 33
Octal 125 112 271 66 74 0 33 366 54 63
Binary 1010101 1001010 10111001 110110 111100 0 11011 11110110 101100 110011

Color Harmonies of #554AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554AB9

Black with #554AB9

Text Example


Text Example

White with #554AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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