Html Css Color HEX #05504C Sherpa Blue

📋 copy color: '#05504C'

red 5 ◦ green 80 ◦ blue 76

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

Shades of Sherpa Blue #05504C

Tints of Sherpa Blue #05504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 3.11%
G = 49.69%
B = 47.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#05504C (or 0x05504C) is known color: Sherpa Blue. HEX triplet: 05, 50 and 4C. RGB value is (5,80,76). Sum of RGB (Red+Green+Blue) = 5+80+76=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #05504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05504C is #FAAFB3. Grayscale: #393939. Windows color (decimal): -16428980 or 5001221. OLE color: 5001221.

HSL color Cylindrical-coordinate representation of color #05504C: hue angle of 176.8º 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 #05504C is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 76 -
CMYK 0.94 0 0.05 0.69
HSL 176.8º 0.88% 0.17% -
HSV(B) 176.8º 0.94% 0.31% -
XYZ 4.24 6.29 7.83 -
YUV 57.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 5 80 76 0.94 0 0.05 0.69 176.8 0.88 0.17
Hex 5 50 4C 5E 0 5 45 B1 58 11
Octal 5 120 114 136 0 5 105 261 130 21
Binary 101 1010000 1001100 1011110 0 101 1000101 10110001 1011000 10001

Color Harmonies of #05504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05504C

Black with #05504C

Text Example


Text Example

White with #05504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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