Html Css Color HEX #5551BC Rich Blue

📋 copy color: '#5551BC'

red 85 ◦ green 81 ◦ blue 188

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

Shades of Rich Blue #5551BC

Tints of Rich Blue #5551BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 24.01%
G = 22.88%
B = 53.11%

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

#5551BC (or 0x5551BC) is known color: Rich Blue. HEX triplet: 55, 51 and BC. RGB value is (85,81,188). Sum of RGB (Red+Green+Blue) = 85+81+188=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #5551BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5551BC is #AAAE43. Grayscale: #5D5D5D. Windows color (decimal): -11185732 or 12341589. OLE color: 12341589.

HSL color Cylindrical-coordinate representation of color #5551BC: hue angle of 242.24º degrees, saturation: 0.44, 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 #5551BC is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 81 188 -
CMYK 0.55 0.57 0 0.26
HSL 242.24º 0.44% 0.53% -
HSV(B) 242.24º 0.57% 0.74% -
XYZ 15.77 11.45 48.96 -
YUV 94.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 85 81 188 0.55 0.57 0 0.26 242.24 0.44 0.53
Hex 55 51 BC 37 39 0 1A F2 2C 35
Octal 125 121 274 67 71 0 32 362 54 65
Binary 1010101 1010001 10111100 110111 111001 0 11010 11110010 101100 110101

Color Harmonies of #5551BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551BC

Black with #5551BC

Text Example


Text Example

White with #5551BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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