#54789B

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

Shades of San Marino #54789B

Tints of San Marino #54789B

Color information

#54789B (or 0x54789B) is unknown color: approx San Marino. HEX triplet: 54, 78 and 9B. RGB value is (84,120,155). Sum of RGB (Red+Green+Blue) = 84+120+155=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #54789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54789B is #AB8764. Grayscale: #717171. Windows color (decimal): -11241317 or 10188884. OLE color: 10188884.

HSL color Cylindrical-coordinate representation of color #54789B: hue angle of 209.58º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54789B is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84120155-
CMYK0.460.2300.39
HSL209.58º29.71%46.86%-
HSV(B)209.58º45.81%60.78%-
XYZ16.2917.6833.57-
YUV113.23151.57107.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=23.40%
G=33.43%
B=43.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841201550.460.2300.39209.5829.7146.86
Hex54789B2E17027d21e2f
Octal12417023356270473223657
Binary10101001111000100110111011101011101001111101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54789B; }

 p { color: rgb(84,120,155); }

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

<style>
 a { background-color: #54789B; }

 a { background-color: rgb(84,120,155); }

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

<style>
 span { border-color: #54789B; }

 span { border-color: rgb(84,120,155); }

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