Html Css Color HEX #554DAB Rich Blue

📋 copy color: '#554DAB'

red 85 ◦ green 77 ◦ blue 171

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

Shades of Rich Blue #554DAB

Tints of Rich Blue #554DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.12%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 25.53%
G = 23.12%
B = 51.35%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#554DAB (or 0x554DAB) is known color: Rich Blue. HEX triplet: 55, 4D and AB. RGB value is (85,77,171). Sum of RGB (Red+Green+Blue) = 85+77+171=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #554DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DAB is #AAB254. Grayscale: #595959. Windows color (decimal): -11186773 or 11226453. OLE color: 11226453.

HSL color Cylindrical-coordinate representation of color #554DAB: hue angle of 245.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554DAB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 77 171 -
CMYK 0.50 0.55 0 0.33
HSL 245.11º 0.38% 0.49% -
HSV(B) 245.11º 0.55% 0.67% -
XYZ 13.75 10.18 39.77 -
YUV 90.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 85 77 171 0.50 0.55 0 0.33 245.11 0.38 0.49
Hex 55 4D AB 32 37 0 21 F5 26 31
Octal 125 115 253 62 67 0 41 365 46 61
Binary 1010101 1001101 10101011 110010 110111 0 100001 11110101 100110 110001

Color Harmonies of #554DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DAB

Black with #554DAB

Text Example


Text Example

White with #554DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,171); }

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

background-color css

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

 a { background-color: rgb(85,77,171); }

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

border-color css

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

 span { border-color: rgb(85,77,171); }

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