#5360AB

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

Shades of Rich Blue #5360AB

Tints of Rich Blue #5360AB

Color information

#5360AB (or 0x5360AB) is unknown color: approx Rich Blue. HEX triplet: 53, 60 and AB. RGB value is (83,96,171). Sum of RGB (Red+Green+Blue) = 83+96+171=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #5360AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5360AB is #AC9F54. Grayscale: #646464. Windows color (decimal): -11312981 or 11231315. OLE color: 11231315.

HSL color Cylindrical-coordinate representation of color #5360AB: hue angle of 231.14º degrees, saturation: 0.35, 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 #5360AB is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8396171-
CMYK0.510.4400.33
HSL231.14º34.65%49.8%-
HSV(B)231.14º51.46%67.06%-
XYZ15.113.1540.27-
YUV100.66167.69115.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=23.71%
G=27.43%
B=48.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83961710.510.4400.33231.1434.6549.8
Hex5360AB332C021e72332
Octal12314025363540413474362
Binary1010011110000010101011110011101100010000111100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5360AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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