#104F5C

Color #104F5C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #104F5C

Tints of Sherpa Blue #104F5C

Color information

#104F5C (or 0x104F5C) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4F and 5C. RGB value is (16,79,92). Sum of RGB (Red+Green+Blue) = 16+79+92=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #104F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F5C is #EFB0A3. Grayscale: #3D3D3D. Windows color (decimal): -15708324 or 6049552. OLE color: 6049552.

HSL color Cylindrical-coordinate representation of color #104F5C: hue angle of 190.26º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104F5C is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB167992-
CMYK0.830.1400.64
HSL190.26º70.37%21.18%-
HSV(B)190.26º82.61%36.08%-
XYZ4.946.4711.11-
YUV61.64145.1395.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.56%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=8.56%
G=42.25%
B=49.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1679920.830.1400.64190.2670.3721.18
Hex104F5C53E040be4615
Octal2011713412316010027610625
Binary1000010011111011100101001111100100000010111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,92); }

 H1.HeaderClassName
 {
   color: #104F5C;
 }
 .AnyTagClassName
 {
   color: #104F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(16,79,92); }

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

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

 span { border-color: rgb(16,79,92); }

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