#5652AB

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

Shades of Rich Blue #5652AB

Tints of Rich Blue #5652AB

Color information

#5652AB (or 0x5652AB) is unknown color: approx Rich Blue. HEX triplet: 56, 52 and AB. RGB value is (86,82,171). Sum of RGB (Red+Green+Blue) = 86+82+171=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5652AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5652AB is #A9AD54. Grayscale: #5C5C5C. Windows color (decimal): -11119957 or 11227734. OLE color: 11227734.

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

Color convert

RGB8682171-
CMYK0.500.5200.33
HSL242.7º35.18%49.61%-
HSV(B)242.7º52.05%67.06%-
XYZ14.2110.9539.89-
YUV93.34171.83122.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=25.37%
G=24.19%
B=50.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86821710.500.5200.33242.735.1849.61
Hex5652AB3234021f32332
Octal12612225362640413634362
Binary1010110101001010101011110010110100010000111110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5652AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,82,171); }

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

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

 a { background-color: rgb(86,82,171); }

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

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

 span { border-color: rgb(86,82,171); }

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