Html Css Color HEX #554AB7 Rich Blue

📋 copy color: '#554AB7'

red 85 ◦ green 74 ◦ blue 183

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

Shades of Rich Blue #554AB7

Tints of Rich Blue #554AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.51%

R = 24.85%
G = 21.64%
B = 53.51%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#554AB7 (or 0x554AB7) is known color: Rich Blue. HEX triplet: 55, 4A and B7. RGB value is (85,74,183). Sum of RGB (Red+Green+Blue) = 85+74+183=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #554AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AB7 is #AAB548. Grayscale: #595959. Windows color (decimal): -11187529 or 12012117. OLE color: 12012117.

HSL color Cylindrical-coordinate representation of color #554AB7: hue angle of 246.06º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554AB7 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 74 183 -
CMYK 0.54 0.60 0 0.28
HSL 246.06º 0.43% 0.5% -
HSV(B) 246.06º 0.6% 0.72% -
XYZ 14.74 10.25 46 -
YUV 89.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 85 74 183 0.54 0.60 0 0.28 246.06 0.43 0.5
Hex 55 4A B7 36 3C 0 1C F6 2B 32
Octal 125 112 267 66 74 0 34 366 53 62
Binary 1010101 1001010 10110111 110110 111100 0 11100 11110110 101011 110010

Color Harmonies of #554AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554AB7

Black with #554AB7

Text Example


Text Example

White with #554AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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