#5359BE

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

Shades of Rich Blue #5359BE

Tints of Rich Blue #5359BE

Color information

#5359BE (or 0x5359BE) is unknown color: approx Rich Blue. HEX triplet: 53, 59 and BE. RGB value is (83,89,190). Sum of RGB (Red+Green+Blue) = 83+89+190=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5359BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359BE is #ACA641. Grayscale: #626262. Windows color (decimal): -11314754 or 12474707. OLE color: 12474707.

HSL color Cylindrical-coordinate representation of color #5359BE: hue angle of 236.64º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5359BE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8389190-
CMYK0.560.5300.25
HSL236.64º45.15%53.53%-
HSV(B)236.64º56.32%74.51%-
XYZ16.4312.750.3-
YUV98.72179.51116.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=22.93%
G=24.59%
B=52.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83891900.560.5300.25236.6445.1553.53
Hex5359BE3835019ed2d36
Octal12313127670650313555566
Binary101001110110011011111011100011010101100111101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5359BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5359BE; }

 p { color: rgb(83,89,190); }

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

<style>
 a { background-color: #5359BE; }

 a { background-color: rgb(83,89,190); }

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

<style>
 span { border-color: #5359BE; }

 span { border-color: rgb(83,89,190); }

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