#5359BC

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

Shades of Rich Blue #5359BC

Tints of Rich Blue #5359BC

Color information

#5359BC (or 0x5359BC) is unknown color: approx Rich Blue. HEX triplet: 53, 59 and BC. RGB value is (83,89,188). Sum of RGB (Red+Green+Blue) = 83+89+188=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #5359BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5359BC is #ACA643. Grayscale: #626262. Windows color (decimal): -11314756 or 12343635. OLE color: 12343635.

HSL color Cylindrical-coordinate representation of color #5359BC: hue angle of 236.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5359BC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8389188-
CMYK0.560.5300.26
HSL236.57º43.93%53.14%-
HSV(B)236.57º55.85%73.73%-
XYZ16.2212.6149.16-
YUV98.49178.51116.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=23.06%
G=24.72%
B=52.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83891880.560.5300.26236.5743.9353.14
Hex5359BC383501Aed2c35
Octal12313127470650323555465
Binary101001110110011011110011100011010101101011101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5359BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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