Html Css Color HEX #54739A San Marino

📋 copy color: '#54739A'

red 84 ◦ green 115 ◦ blue 154

#54739A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #54739A

Tints of San Marino #54739A

RGB

 RED value IS 84 (33.2% from 255) = 23.8%

 GREEN value IS 115 (45.31% from 255) = 32.58%

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 23.8%
G = 32.58%
B = 43.63%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54739A (or 0x54739A) is known color: San Marino. HEX triplet: 54, 73 and 9A. RGB value is (84,115,154). Sum of RGB (Red+Green+Blue) = 84+115+154=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #54739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54739A is #AB8C65. Grayscale: #6D6D6D. Windows color (decimal): -11242598 or 10122068. OLE color: 10122068.

HSL color Cylindrical-coordinate representation of color #54739A: hue angle of 213.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54739A is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 115 154 -
CMYK 0.45 0.25 0 0.40
HSL 213.43º 0.29% 0.47% -
HSV(B) 213.43º 0.45% 0.6% -
XYZ 15.62 16.48 32.93 -
YUV 110.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 84 115 154 0.45 0.25 0 0.40 213.43 0.29 0.47
Hex 54 73 9A 2D 19 0 28 D5 1D 2F
Octal 124 163 232 55 31 0 50 325 35 57
Binary 1010100 1110011 10011010 101101 11001 0 101000 11010101 11101 101111

Color Harmonies of #54739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54739A

Black with #54739A

Text Example


Text Example

White with #54739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54739A; }

 p { color: rgb(84,115,154); }

 H1.HeaderClassName
 {
   color: #54739A;
 }
 .AnyTagClassName
 {
   color: #54739A;
 }
</style>

background-color css

<style>
 a { background-color: #54739A; }

 a { background-color: rgb(84,115,154); }

 div.DivClassName
 {
   background-color: #54739A;
 }
 .BgClassName
 {
   background-color: #54739A;
 }
</style>

border-color css

<style>
 span { border-color: #54739A; }

 span { border-color: rgb(84,115,154); }

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