Html Css Color HEX #104D53 Sherpa Blue

📋 copy color: '#104D53'

red 16 ◦ green 77 ◦ blue 83

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

Shades of Sherpa Blue #104D53

Tints of Sherpa Blue #104D53

RGB

 RED value IS 16 (6.64% from 255) = 9.09%

 GREEN value IS 77 (30.47% from 255) = 43.75%

 BLUE value IS 83 (32.81% from 255) = 47.16%

R = 9.09%
G = 43.75%
B = 47.16%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104D53 (or 0x104D53) is known color: Sherpa Blue. HEX triplet: 10, 4D and 53. RGB value is (16,77,83). Sum of RGB (Red+Green+Blue) = 16+77+83=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #104D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104D53 is #EFB2AC. Grayscale: #3B3B3B. Windows color (decimal): -15708845 or 5459216. OLE color: 5459216.

HSL color Cylindrical-coordinate representation of color #104D53: hue angle of 185.37º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104D53 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 77 83 -
CMYK 0.81 0.07 0 0.67
HSL 185.37º 0.68% 0.19% -
HSV(B) 185.37º 0.81% 0.33% -
XYZ 4.43 6.04 9.12 -
YUV 59.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 16 77 83 0.81 0.07 0 0.67 185.37 0.68 0.19
Hex 10 4D 53 51 7 0 43 B9 44 13
Octal 20 115 123 121 7 0 103 271 104 23
Binary 10000 1001101 1010011 1010001 111 0 1000011 10111001 1000100 10011

Color Harmonies of #104D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D53

Black with #104D53

Text Example


Text Example

White with #104D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104D53; }

 p { color: rgb(16,77,83); }

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

background-color css

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

 a { background-color: rgb(16,77,83); }

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

border-color css

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

 span { border-color: rgb(16,77,83); }

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