#54699E

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

Shades of San Marino #54699E

Tints of San Marino #54699E

Color information

#54699E (or 0x54699E) is unknown color: approx San Marino. HEX triplet: 54, 69 and 9E. RGB value is (84,105,158). Sum of RGB (Red+Green+Blue) = 84+105+158=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #54699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54699E is #AB9661. Grayscale: #686868. Windows color (decimal): -11245154 or 10381652. OLE color: 10381652.

HSL color Cylindrical-coordinate representation of color #54699E: hue angle of 222.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54699E is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84105158-
CMYK0.470.3400.38
HSL222.97º30.58%47.45%-
HSV(B)222.97º46.84%61.96%-
XYZ14.8814.4634.35-
YUV104.76158.04113.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=24.21%
G=30.26%
B=45.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841051580.470.3400.38222.9730.5847.45
Hex54699E2F22026df1f2f
Octal12415123657420463373757
Binary101010011010011001111010111110001001001101101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54699E; }

 p { color: rgb(84,105,158); }

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

<style>
 a { background-color: #54699E; }

 a { background-color: rgb(84,105,158); }

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

<style>
 span { border-color: #54699E; }

 span { border-color: rgb(84,105,158); }

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