#54669D

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

Shades of San Marino #54669D

Tints of San Marino #54669D

Color information

#54669D (or 0x54669D) is unknown color: approx San Marino. HEX triplet: 54, 66 and 9D. RGB value is (84,102,157). Sum of RGB (Red+Green+Blue) = 84+102+157=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #54669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54669D is #AB9962. Grayscale: #666666. Windows color (decimal): -11245923 or 10315348. OLE color: 10315348.

HSL color Cylindrical-coordinate representation of color #54669D: hue angle of 225.21º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54669D is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84102157-
CMYK0.460.3500.38
HSL225.21º30.29%47.25%-
HSV(B)225.21º46.5%61.57%-
XYZ14.4913.8233.8-
YUV102.89158.54114.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=24.49%
G=29.74%
B=45.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841021570.460.3500.38225.2130.2947.25
Hex54669D2E23026e11e2f
Octal12414623556430463413657
Binary101010011001101001110110111010001101001101110000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54669D; }

 p { color: rgb(84,102,157); }

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

<style>
 a { background-color: #54669D; }

 a { background-color: rgb(84,102,157); }

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

<style>
 span { border-color: #54669D; }

 span { border-color: rgb(84,102,157); }

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