Html Css Color HEX #554AA4 Rich Blue

📋 copy color: '#554AA4'

red 85 ◦ green 74 ◦ blue 164

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

Shades of Rich Blue #554AA4

Tints of Rich Blue #554AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 26.32%
G = 22.91%
B = 50.77%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#554AA4 (or 0x554AA4) is known color: Rich Blue. HEX triplet: 55, 4A and A4. RGB value is (85,74,164). Sum of RGB (Red+Green+Blue) = 85+74+164=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #554AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554AA4 is #AAB55B. Grayscale: #575757. Windows color (decimal): -11187548 or 10766933. OLE color: 10766933.

HSL color Cylindrical-coordinate representation of color #554AA4: hue angle of 247.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554AA4 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 74 164 -
CMYK 0.48 0.55 0 0.36
HSL 247.33º 0.38% 0.47% -
HSV(B) 247.33º 0.55% 0.64% -
XYZ 12.9 9.51 36.28 -
YUV 87.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 85 74 164 0.48 0.55 0 0.36 247.33 0.38 0.47
Hex 55 4A A4 30 37 0 24 F7 26 2F
Octal 125 112 244 60 67 0 44 367 46 57
Binary 1010101 1001010 10100100 110000 110111 0 100100 11110111 100110 101111

Color Harmonies of #554AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554AA4

Black with #554AA4

Text Example


Text Example

White with #554AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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