Html Css Color HEX #54709B San Marino

📋 copy color: '#54709B'

red 84 ◦ green 112 ◦ blue 155

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

Shades of San Marino #54709B

Tints of San Marino #54709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 23.93%
G = 31.91%
B = 44.16%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54709B (or 0x54709B) is known color: San Marino. HEX triplet: 54, 70 and 9B. RGB value is (84,112,155). Sum of RGB (Red+Green+Blue) = 84+112+155=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #54709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54709B is #AB8F64. Grayscale: #6C6C6C. Windows color (decimal): -11243365 or 10186836. OLE color: 10186836.

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

Color convert

RGB 84 112 155 -
CMYK 0.46 0.28 0 0.39
HSL 216.34º 0.3% 0.47% -
HSV(B) 216.34º 0.46% 0.61% -
XYZ 15.37 15.84 33.26 -
YUV 108.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 84 112 155 0.46 0.28 0 0.39 216.34 0.3 0.47
Hex 54 70 9B 2E 1C 0 27 D8 1E 2F
Octal 124 160 233 56 34 0 47 330 36 57
Binary 1010100 1110000 10011011 101110 11100 0 100111 11011000 11110 101111

Color Harmonies of #54709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54709B

Black with #54709B

Text Example


Text Example

White with #54709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54709B;
 }
 .AnyTagClassName
 {
   color: #54709B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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