#5367AE

Color #5367AE San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5367AE

Tints of San Marino #5367AE

Color information

#5367AE (or 0x5367AE) is unknown color: approx San Marino. HEX triplet: 53, 67 and AE. RGB value is (83,103,174). Sum of RGB (Red+Green+Blue) = 83+103+174=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #5367AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5367AE is #AC9851. Grayscale: #686868. Windows color (decimal): -11311186 or 11429715. OLE color: 11429715.

HSL color Cylindrical-coordinate representation of color #5367AE: hue angle of 226.81º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5367AE is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83103174-
CMYK0.520.4100.32
HSL226.81º35.97%50.39%-
HSV(B)226.81º52.3%68.24%-
XYZ16.0614.642.02-
YUV105.11166.87112.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=23.06%
G=28.61%
B=48.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831031740.520.4100.32226.8135.9750.39
Hex5367AE3429020e32432
Octal12314725664510403434462
Binary1010011110011110101110110100101001010000011100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5367AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5367AE; }

 p { color: rgb(83,103,174); }

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

<style>
 a { background-color: #5367AE; }

 a { background-color: rgb(83,103,174); }

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

<style>
 span { border-color: #5367AE; }

 span { border-color: rgb(83,103,174); }

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