Html Css Color HEX #005549 Sherpa Blue

📋 copy color: '#005549'

red 0 ◦ green 85 ◦ blue 73

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

Shades of Sherpa Blue #005549

Tints of Sherpa Blue #005549

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 0%
G = 53.8%
B = 46.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#005549 (or 0x005549) is known color: Sherpa Blue. HEX triplet: 00, 55 and 49. RGB value is (0,85,73). Sum of RGB (Red+Green+Blue) = 0+85+73=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #005549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005549 is #FFAAB6. Grayscale: #3A3A3A. Windows color (decimal): -16755383 or 4805888. OLE color: 4805888.

HSL color Cylindrical-coordinate representation of color #005549: hue angle of 171.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005549 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 85 73 -
CMYK 1 0 0.14 0.67
HSL 171.53º 1% 0.17% -
HSV(B) 171.53º 1% 0.33% -
XYZ 4.45 6.98 7.42 -
YUV 58.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 0 85 73 1 0 0.14 0.67 171.53 1 0.17
Hex 0 55 49 64 0 E 43 AC 64 11
Octal 0 125 111 144 0 16 103 254 144 21
Binary 0 1010101 1001001 1100100 0 1110 1000011 10101100 1100100 10001

Color Harmonies of #005549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005549

Black with #005549

Text Example


Text Example

White with #005549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005549; }

 p { color: rgb(0,85,73); }

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

background-color css

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

 a { background-color: rgb(0,85,73); }

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

border-color css

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

 span { border-color: rgb(0,85,73); }

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