Html Css Color HEX #05504D Sherpa Blue

📋 copy color: '#05504D'

red 5 ◦ green 80 ◦ blue 77

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

Shades of Sherpa Blue #05504D

Tints of Sherpa Blue #05504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.38%

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

R = 3.09%
G = 49.38%
B = 47.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#05504D (or 0x05504D) is known color: Sherpa Blue. HEX triplet: 05, 50 and 4D. RGB value is (5,80,77). Sum of RGB (Red+Green+Blue) = 5+80+77=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #05504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05504D is #FAAFB2. Grayscale: #393939. Windows color (decimal): -16428979 or 5066757. OLE color: 5066757.

HSL color Cylindrical-coordinate representation of color #05504D: hue angle of 177.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05504D is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 77 -
CMYK 0.94 0 0.04 0.69
HSL 177.6º 0.88% 0.17% -
HSV(B) 177.6º 0.94% 0.31% -
XYZ 4.27 6.31 8.01 -
YUV 57.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 5 80 77 0.94 0 0.04 0.69 177.6 0.88 0.17
Hex 5 50 4D 5E 0 4 45 B2 58 11
Octal 5 120 115 136 0 4 105 262 130 21
Binary 101 1010000 1001101 1011110 0 100 1000101 10110010 1011000 10001

Color Harmonies of #05504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05504D

Black with #05504D

Text Example


Text Example

White with #05504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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