Html Css Color HEX #5560AC Rich Blue

📋 copy color: '#5560AC'

red 85 ◦ green 96 ◦ blue 172

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

Shades of Rich Blue #5560AC

Tints of Rich Blue #5560AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 24.08%
G = 27.2%
B = 48.73%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5560AC (or 0x5560AC) is known color: Rich Blue. HEX triplet: 55, 60 and AC. RGB value is (85,96,172). Sum of RGB (Red+Green+Blue) = 85+96+172=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5560AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5560AC is #AA9F53. Grayscale: #656565. Windows color (decimal): -11181908 or 11296853. OLE color: 11296853.

HSL color Cylindrical-coordinate representation of color #5560AC: hue angle of 232.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5560AC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 96 172 -
CMYK 0.51 0.44 0 0.33
HSL 232.41º 0.34% 0.5% -
HSV(B) 232.41º 0.51% 0.67% -
XYZ 15.38 13.28 40.78 -
YUV 101.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 85 96 172 0.51 0.44 0 0.33 232.41 0.34 0.5
Hex 55 60 AC 33 2C 0 21 E8 22 32
Octal 125 140 254 63 54 0 41 350 42 62
Binary 1010101 1100000 10101100 110011 101100 0 100001 11101000 100010 110010

Color Harmonies of #5560AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5560AC

Black with #5560AC

Text Example


Text Example

White with #5560AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5560AC; }

 p { color: rgb(85,96,172); }

 H1.HeaderClassName
 {
   color: #5560AC;
 }
 .AnyTagClassName
 {
   color: #5560AC;
 }
</style>

background-color css

<style>
 a { background-color: #5560AC; }

 a { background-color: rgb(85,96,172); }

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

border-color css

<style>
 span { border-color: #5560AC; }

 span { border-color: rgb(85,96,172); }

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