Html Css Color HEX #5550BC Rich Blue

📋 copy color: '#5550BC'

red 85 ◦ green 80 ◦ blue 188

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

Shades of Rich Blue #5550BC

Tints of Rich Blue #5550BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 24.08%
G = 22.66%
B = 53.26%

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

#5550BC (or 0x5550BC) is known color: Rich Blue. HEX triplet: 55, 50 and BC. RGB value is (85,80,188). Sum of RGB (Red+Green+Blue) = 85+80+188=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5550BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550BC is #AAAF43. Grayscale: #5D5D5D. Windows color (decimal): -11185988 or 12341333. OLE color: 12341333.

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

Color convert

RGB 85 80 188 -
CMYK 0.55 0.57 0 0.26
HSL 242.78º 0.45% 0.53% -
HSV(B) 242.78º 0.57% 0.74% -
XYZ 15.69 11.3 48.93 -
YUV 93.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 85 80 188 0.55 0.57 0 0.26 242.78 0.45 0.53
Hex 55 50 BC 37 39 0 1A F3 2D 35
Octal 125 120 274 67 71 0 32 363 55 65
Binary 1010101 1010000 10111100 110111 111001 0 11010 11110011 101101 110101

Color Harmonies of #5550BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550BC

Black with #5550BC

Text Example


Text Example

White with #5550BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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