Html Css Color HEX #54749C San Marino

📋 copy color: '#54749C'

red 84 ◦ green 116 ◦ blue 156

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

Shades of San Marino #54749C

Tints of San Marino #54749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 23.6%
G = 32.58%
B = 43.82%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54749C (or 0x54749C) is known color: San Marino. HEX triplet: 54, 74 and 9C. RGB value is (84,116,156). Sum of RGB (Red+Green+Blue) = 84+116+156=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #54749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54749C is #AB8B63. Grayscale: #6E6E6E. Windows color (decimal): -11242340 or 10253396. OLE color: 10253396.

HSL color Cylindrical-coordinate representation of color #54749C: hue angle of 213.33º 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 #54749C is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 116 156 -
CMYK 0.46 0.26 0 0.39
HSL 213.33º 0.3% 0.47% -
HSV(B) 213.33º 0.46% 0.61% -
XYZ 15.9 16.78 33.85 -
YUV 110.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 84 116 156 0.46 0.26 0 0.39 213.33 0.3 0.47
Hex 54 74 9C 2E 1A 0 27 D5 1E 2F
Octal 124 164 234 56 32 0 47 325 36 57
Binary 1010100 1110100 10011100 101110 11010 0 100111 11010101 11110 101111

Color Harmonies of #54749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54749C

Black with #54749C

Text Example


Text Example

White with #54749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54749C; }

 p { color: rgb(84,116,156); }

 H1.HeaderClassName
 {
   color: #54749C;
 }
 .AnyTagClassName
 {
   color: #54749C;
 }
</style>

background-color css

<style>
 a { background-color: #54749C; }

 a { background-color: rgb(84,116,156); }

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

border-color css

<style>
 span { border-color: #54749C; }

 span { border-color: rgb(84,116,156); }

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