#5362BB

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

Shades of Rich Blue #5362BB

Tints of Rich Blue #5362BB

Color information

#5362BB (or 0x5362BB) is unknown color: approx Rich Blue. HEX triplet: 53, 62 and BB. RGB value is (83,98,187). Sum of RGB (Red+Green+Blue) = 83+98+187=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #5362BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5362BB is #AC9D44. Grayscale: #676767. Windows color (decimal): -11312453 or 12280403. OLE color: 12280403.

HSL color Cylindrical-coordinate representation of color #5362BB: hue angle of 231.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5362BB is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8398187-
CMYK0.560.4800.27
HSL231.35º43.33%52.94%-
HSV(B)231.35º55.61%73.33%-
XYZ16.914.1648.86-
YUV103.66175.03113.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=22.55%
G=26.63%
B=50.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83981870.560.4800.27231.3543.3352.94
Hex5362BB383001Be72b35
Octal12314227370600333475365
Binary101001111000101011101111100011000001101111100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5362BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5362BB; }

 p { color: rgb(83,98,187); }

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

<style>
 a { background-color: #5362BB; }

 a { background-color: rgb(83,98,187); }

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

<style>
 span { border-color: #5362BB; }

 span { border-color: rgb(83,98,187); }

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