Html Css Color HEX #5551AB Rich Blue

📋 copy color: '#5551AB'

red 85 ◦ green 81 ◦ blue 171

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

Shades of Rich Blue #5551AB

Tints of Rich Blue #5551AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

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

R = 25.22%
G = 24.04%
B = 50.74%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5551AB (or 0x5551AB) is known color: Rich Blue. HEX triplet: 55, 51 and AB. RGB value is (85,81,171). Sum of RGB (Red+Green+Blue) = 85+81+171=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5551AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5551AB is #AAAE54. Grayscale: #5C5C5C. Windows color (decimal): -11185749 or 11227477. OLE color: 11227477.

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

Color convert

RGB 85 81 171 -
CMYK 0.50 0.53 0 0.33
HSL 242.67º 0.36% 0.49% -
HSV(B) 242.67º 0.53% 0.67% -
XYZ 14.04 10.76 39.86 -
YUV 92.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 85 81 171 0.50 0.53 0 0.33 242.67 0.36 0.49
Hex 55 51 AB 32 35 0 21 F3 24 31
Octal 125 121 253 62 65 0 41 363 44 61
Binary 1010101 1010001 10101011 110010 110101 0 100001 11110011 100100 110001

Color Harmonies of #5551AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551AB

Black with #5551AB

Text Example


Text Example

White with #5551AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5551AB; }

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

 H1.HeaderClassName
 {
   color: #5551AB;
 }
 .AnyTagClassName
 {
   color: #5551AB;
 }
</style>

background-color css

<style>
 a { background-color: #5551AB; }

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

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

border-color css

<style>
 span { border-color: #5551AB; }

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

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