Html Css Color HEX #54719D San Marino

📋 copy color: '#54719D'

red 84 ◦ green 113 ◦ blue 157

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

Shades of San Marino #54719D

Tints of San Marino #54719D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 157 (61.72% from 255) = 44.35%

R = 23.73%
G = 31.92%
B = 44.35%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54719D (or 0x54719D) is known color: San Marino. HEX triplet: 54, 71 and 9D. RGB value is (84,113,157). Sum of RGB (Red+Green+Blue) = 84+113+157=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #54719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54719D is #AB8E62. Grayscale: #6D6D6D. Windows color (decimal): -11243107 or 10318164. OLE color: 10318164.

HSL color Cylindrical-coordinate representation of color #54719D: hue angle of 216.16º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54719D is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 113 157 -
CMYK 0.46 0.28 0 0.38
HSL 216.16º 0.3% 0.47% -
HSV(B) 216.16º 0.46% 0.62% -
XYZ 15.65 16.13 34.19 -
YUV 109.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 84 113 157 0.46 0.28 0 0.38 216.16 0.3 0.47
Hex 54 71 9D 2E 1C 0 26 D8 1E 2F
Octal 124 161 235 56 34 0 46 330 36 57
Binary 1010100 1110001 10011101 101110 11100 0 100110 11011000 11110 101111

Color Harmonies of #54719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54719D

Black with #54719D

Text Example


Text Example

White with #54719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54719D; }

 p { color: rgb(84,113,157); }

 H1.HeaderClassName
 {
   color: #54719D;
 }
 .AnyTagClassName
 {
   color: #54719D;
 }
</style>

background-color css

<style>
 a { background-color: #54719D; }

 a { background-color: rgb(84,113,157); }

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

border-color css

<style>
 span { border-color: #54719D; }

 span { border-color: rgb(84,113,157); }

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