Html Css Color HEX #554BAB Rich Blue

📋 copy color: '#554BAB'

red 85 ◦ green 75 ◦ blue 171

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

Shades of Rich Blue #554BAB

Tints of Rich Blue #554BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

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

R = 25.68%
G = 22.66%
B = 51.66%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#554BAB (or 0x554BAB) is known color: Rich Blue. HEX triplet: 55, 4B and AB. RGB value is (85,75,171). Sum of RGB (Red+Green+Blue) = 85+75+171=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #554BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BAB is #AAB454. Grayscale: #585858. Windows color (decimal): -11187285 or 11225941. OLE color: 11225941.

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

Color convert

RGB 85 75 171 -
CMYK 0.50 0.56 0 0.33
HSL 246.25º 0.39% 0.48% -
HSV(B) 246.25º 0.56% 0.67% -
XYZ 13.61 9.9 39.72 -
YUV 88.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 85 75 171 0.50 0.56 0 0.33 246.25 0.39 0.48
Hex 55 4B AB 32 38 0 21 F6 27 30
Octal 125 113 253 62 70 0 41 366 47 60
Binary 1010101 1001011 10101011 110010 111000 0 100001 11110110 100111 110000

Color Harmonies of #554BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BAB

Black with #554BAB

Text Example


Text Example

White with #554BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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