Html Css Color HEX #104C56 Sherpa Blue

📋 copy color: '#104C56'

red 16 ◦ green 76 ◦ blue 86

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

Shades of Sherpa Blue #104C56

Tints of Sherpa Blue #104C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.7%

 BLUE value IS 86 (33.98% from 255) = 48.31%

R = 8.99%
G = 42.7%
B = 48.31%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#104C56 (or 0x104C56) is known color: Sherpa Blue. HEX triplet: 10, 4C and 56. RGB value is (16,76,86). Sum of RGB (Red+Green+Blue) = 16+76+86=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #104C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104C56 is #EFB3A9. Grayscale: #3B3B3B. Windows color (decimal): -15709098 or 5655568. OLE color: 5655568.

HSL color Cylindrical-coordinate representation of color #104C56: hue angle of 188.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104C56 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 76 86 -
CMYK 0.81 0.12 0 0.66
HSL 188.57º 0.69% 0.2% -
HSV(B) 188.57º 0.81% 0.34% -
XYZ 4.48 5.95 9.72 -
YUV 59.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 16 76 86 0.81 0.12 0 0.66 188.57 0.69 0.2
Hex 10 4C 56 51 C 0 42 BD 45 14
Octal 20 114 126 121 14 0 102 275 105 24
Binary 10000 1001100 1010110 1010001 1100 0 1000010 10111101 1000101 10100

Color Harmonies of #104C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C56

Black with #104C56

Text Example


Text Example

White with #104C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,76,86); }

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

background-color css

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

 a { background-color: rgb(16,76,86); }

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

border-color css

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

 span { border-color: rgb(16,76,86); }

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