Html Css Color HEX #5551B5 Rich Blue

📋 copy color: '#5551B5'

red 85 ◦ green 81 ◦ blue 181

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

Shades of Rich Blue #5551B5

Tints of Rich Blue #5551B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.16%

R = 24.5%
G = 23.34%
B = 52.16%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5551B5 (or 0x5551B5) is known color: Rich Blue. HEX triplet: 55, 51 and B5. RGB value is (85,81,181). Sum of RGB (Red+Green+Blue) = 85+81+181=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #5551B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551B5 is #AAAE4A. Grayscale: #5D5D5D. Windows color (decimal): -11185739 or 11882837. OLE color: 11882837.

HSL color Cylindrical-coordinate representation of color #5551B5: hue angle of 242.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5551B5 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 81 181 -
CMYK 0.53 0.55 0 0.29
HSL 242.4º 0.4% 0.51% -
HSV(B) 242.4º 0.55% 0.71% -
XYZ 15.03 11.15 45.08 -
YUV 93.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 85 81 181 0.53 0.55 0 0.29 242.4 0.4 0.51
Hex 55 51 B5 35 37 0 1D F2 28 33
Octal 125 121 265 65 67 0 35 362 50 63
Binary 1010101 1010001 10110101 110101 110111 0 11101 11110010 101000 110011

Color Harmonies of #5551B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551B5

Black with #5551B5

Text Example


Text Example

White with #5551B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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