Html Css Color HEX #05494D Sherpa Blue

📋 copy color: '#05494D'

red 5 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #05494D

Tints of Sherpa Blue #05494D

RGB

 RED value IS 5 (2.34% from 255) = 3.23%

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 77 (30.47% from 255) = 49.68%

R = 3.23%
G = 47.1%
B = 49.68%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05494D (or 0x05494D) is known color: Sherpa Blue. HEX triplet: 05, 49 and 4D. RGB value is (5,73,77). Sum of RGB (Red+Green+Blue) = 5+73+77=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #05494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05494D is #FAB6B2. Grayscale: #353535. Windows color (decimal): -16430771 or 5064965. OLE color: 5064965.

HSL color Cylindrical-coordinate representation of color #05494D: hue angle of 183.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05494D is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 73 77 -
CMYK 0.94 0.05 0 0.70
HSL 183.33º 0.88% 0.16% -
HSV(B) 183.33º 0.94% 0.3% -
XYZ 3.78 5.33 7.85 -
YUV 53.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 5 73 77 0.94 0.05 0 0.70 183.33 0.88 0.16
Hex 5 49 4D 5E 5 0 46 B7 58 10
Octal 5 111 115 136 5 0 106 267 130 20
Binary 101 1001001 1001101 1011110 101 0 1000110 10110111 1011000 10000

Color Harmonies of #05494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05494D

Black with #05494D

Text Example


Text Example

White with #05494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,73,77); }

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

background-color css

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

 a { background-color: rgb(5,73,77); }

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

border-color css

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

 span { border-color: rgb(5,73,77); }

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