Html Css Color HEX #005548 Sherpa Blue

📋 copy color: '#005548'

red 0 ◦ green 85 ◦ blue 72

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

Shades of Sherpa Blue #005548

Tints of Sherpa Blue #005548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.86%

R = 0%
G = 54.14%
B = 45.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#005548 (or 0x005548) is known color: Sherpa Blue. HEX triplet: 00, 55 and 48. RGB value is (0,85,72). Sum of RGB (Red+Green+Blue) = 0+85+72=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #005548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005548 is #FFAAB7. Grayscale: #3A3A3A. Windows color (decimal): -16755384 or 4740352. OLE color: 4740352.

HSL color Cylindrical-coordinate representation of color #005548: hue angle of 170.82º 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 #005548 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 85 72 -
CMYK 1 0 0.15 0.67
HSL 170.82º 1% 0.17% -
HSV(B) 170.82º 1% 0.33% -
XYZ 4.42 6.96 7.24 -
YUV 58.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 0 85 72 1 0 0.15 0.67 170.82 1 0.17
Hex 0 55 48 64 0 F 43 AB 64 11
Octal 0 125 110 144 0 17 103 253 144 21
Binary 0 1010101 1001000 1100100 0 1111 1000011 10101011 1100100 10001

Color Harmonies of #005548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005548

Black with #005548

Text Example


Text Example

White with #005548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005548; }

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

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

background-color css

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

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

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

border-color css

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

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

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