Html Css Color HEX #5550BF Rich Blue

📋 copy color: '#5550BF'

red 85 ◦ green 80 ◦ blue 191

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

Shades of Rich Blue #5550BF

Tints of Rich Blue #5550BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.65%

R = 23.88%
G = 22.47%
B = 53.65%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5550BF (or 0x5550BF) is known color: Rich Blue. HEX triplet: 55, 50 and BF. RGB value is (85,80,191). Sum of RGB (Red+Green+Blue) = 85+80+191=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #5550BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550BF is #AAAF40. Grayscale: #5D5D5D. Windows color (decimal): -11185985 or 12537941. OLE color: 12537941.

HSL color Cylindrical-coordinate representation of color #5550BF: hue angle of 242.7º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5550BF is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 80 191 -
CMYK 0.55 0.58 0 0.25
HSL 242.7º 0.46% 0.53% -
HSV(B) 242.7º 0.58% 0.75% -
XYZ 16.02 11.43 50.65 -
YUV 94.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 85 80 191 0.55 0.58 0 0.25 242.7 0.46 0.53
Hex 55 50 BF 37 3A 0 19 F3 2E 35
Octal 125 120 277 67 72 0 31 363 56 65
Binary 1010101 1010000 10111111 110111 111010 0 11001 11110011 101110 110101

Color Harmonies of #5550BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550BF

Black with #5550BF

Text Example


Text Example

White with #5550BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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