Html Css Color HEX #5561BC Rich Blue

📋 copy color: '#5561BC'

red 85 ◦ green 97 ◦ blue 188

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

Shades of Rich Blue #5561BC

Tints of Rich Blue #5561BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 22.97%
G = 26.22%
B = 50.81%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5561BC (or 0x5561BC) is known color: Rich Blue. HEX triplet: 55, 61 and BC. RGB value is (85,97,188). Sum of RGB (Red+Green+Blue) = 85+97+188=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5561BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561BC is #AA9E43. Grayscale: #676767. Windows color (decimal): -11181636 or 12345685. OLE color: 12345685.

HSL color Cylindrical-coordinate representation of color #5561BC: hue angle of 233.01º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5561BC is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 97 188 -
CMYK 0.55 0.48 0 0.26
HSL 233.01º 0.43% 0.54% -
HSV(B) 233.01º 0.55% 0.74% -
XYZ 17.1 14.11 49.4 -
YUV 103.79 175.52 114.6 -
System Red Green Blue C M Y K H S L
Decimal 85 97 188 0.55 0.48 0 0.26 233.01 0.43 0.54
Hex 55 61 BC 37 30 0 1A E9 2B 36
Octal 125 141 274 67 60 0 32 351 53 66
Binary 1010101 1100001 10111100 110111 110000 0 11010 11101001 101011 110110

Color Harmonies of #5561BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5561BC

Black with #5561BC

Text Example


Text Example

White with #5561BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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