Html Css Color HEX #546DAE San Marino

📋 copy color: '#546DAE'

red 84 ◦ green 109 ◦ blue 174

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

Shades of San Marino #546DAE

Tints of San Marino #546DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 22.89%
G = 29.7%
B = 47.41%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#546DAE (or 0x546DAE) is known color: San Marino. HEX triplet: 54, 6D and AE. RGB value is (84,109,174). Sum of RGB (Red+Green+Blue) = 84+109+174=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #546DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546DAE is #AB9251. Grayscale: #6C6C6C. Windows color (decimal): -11244114 or 11431252. OLE color: 11431252.

HSL color Cylindrical-coordinate representation of color #546DAE: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546DAE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 109 174 -
CMYK 0.52 0.37 0 0.32
HSL 223.33º 0.36% 0.51% -
HSV(B) 223.33º 0.52% 0.68% -
XYZ 16.76 15.88 42.23 -
YUV 108.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 84 109 174 0.52 0.37 0 0.32 223.33 0.36 0.51
Hex 54 6D AE 34 25 0 20 DF 24 33
Octal 124 155 256 64 45 0 40 337 44 63
Binary 1010100 1101101 10101110 110100 100101 0 100000 11011111 100100 110011

Color Harmonies of #546DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546DAE

Black with #546DAE

Text Example


Text Example

White with #546DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546DAE; }

 p { color: rgb(84,109,174); }

 H1.HeaderClassName
 {
   color: #546DAE;
 }
 .AnyTagClassName
 {
   color: #546DAE;
 }
</style>

background-color css

<style>
 a { background-color: #546DAE; }

 a { background-color: rgb(84,109,174); }

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

border-color css

<style>
 span { border-color: #546DAE; }

 span { border-color: rgb(84,109,174); }

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