Html Css Color HEX #5551BD Rich Blue

📋 copy color: '#5551BD'

red 85 ◦ green 81 ◦ blue 189

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

Shades of Rich Blue #5551BD

Tints of Rich Blue #5551BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.24%

R = 23.94%
G = 22.82%
B = 53.24%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5551BD (or 0x5551BD) is known color: Rich Blue. HEX triplet: 55, 51 and BD. RGB value is (85,81,189). Sum of RGB (Red+Green+Blue) = 85+81+189=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #5551BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551BD is #AAAE42. Grayscale: #5E5E5E. Windows color (decimal): -11185731 or 12407125. OLE color: 12407125.

HSL color Cylindrical-coordinate representation of color #5551BD: hue angle of 242.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5551BD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 81 189 -
CMYK 0.55 0.57 0 0.26
HSL 242.22º 0.45% 0.53% -
HSV(B) 242.22º 0.57% 0.74% -
XYZ 15.87 11.49 49.53 -
YUV 94.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 85 81 189 0.55 0.57 0 0.26 242.22 0.45 0.53
Hex 55 51 BD 37 39 0 1A F2 2D 35
Octal 125 121 275 67 71 0 32 362 55 65
Binary 1010101 1010001 10111101 110111 111001 0 11010 11110010 101101 110101

Color Harmonies of #5551BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551BD

Black with #5551BD

Text Example


Text Example

White with #5551BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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