#5565AB

Color #5565AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5565AB

Tints of Rich Blue #5565AB

Color information

#5565AB (or 0x5565AB) is unknown color: approx Rich Blue. HEX triplet: 55, 65 and AB. RGB value is (85,101,171). Sum of RGB (Red+Green+Blue) = 85+101+171=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #5565AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5565AB is #AA9A54. Grayscale: #676767. Windows color (decimal): -11180629 or 11232597. OLE color: 11232597.

HSL color Cylindrical-coordinate representation of color #5565AB: hue angle of 228.84º 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 #5565AB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85101171-
CMYK0.500.4100.33
HSL228.84º33.86%50.2%-
HSV(B)228.84º50.29%67.06%-
XYZ15.7514.1840.43-
YUV104.2165.7114.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=23.81%
G=28.29%
B=47.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851011710.500.4100.33228.8433.8650.2
Hex5565AB3229021e52232
Octal12514525362510413454262
Binary1010101110010110101011110010101001010000111100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5565AB;
 }
 .AnyTagClassName
 {
   color: #5565AB;
 }
</style>
background-color css

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

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

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

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

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

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