Html Css Color HEX #5560AB Rich Blue

📋 copy color: '#5560AB'

red 85 ◦ green 96 ◦ blue 171

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

Shades of Rich Blue #5560AB

Tints of Rich Blue #5560AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 24.15%
G = 27.27%
B = 48.58%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5560AB (or 0x5560AB) is known color: Rich Blue. HEX triplet: 55, 60 and AB. RGB value is (85,96,171). Sum of RGB (Red+Green+Blue) = 85+96+171=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #5560AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5560AB is #AA9F54. Grayscale: #646464. Windows color (decimal): -11181909 or 11231317. OLE color: 11231317.

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

Color convert

RGB 85 96 171 -
CMYK 0.50 0.44 0 0.33
HSL 232.33º 0.34% 0.5% -
HSV(B) 232.33º 0.5% 0.67% -
XYZ 15.28 13.24 40.28 -
YUV 101.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 85 96 171 0.50 0.44 0 0.33 232.33 0.34 0.5
Hex 55 60 AB 32 2C 0 21 E8 22 32
Octal 125 140 253 62 54 0 41 350 42 62
Binary 1010101 1100000 10101011 110010 101100 0 100001 11101000 100010 110010

Color Harmonies of #5560AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5560AB

Black with #5560AB

Text Example


Text Example

White with #5560AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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