Html Css Color HEX #105355 Sherpa Blue

📋 copy color: '#105355'

red 16 ◦ green 83 ◦ blue 85

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

Shades of Sherpa Blue #105355

Tints of Sherpa Blue #105355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 8.7%
G = 45.11%
B = 46.2%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#105355 (or 0x105355) is known color: Sherpa Blue. HEX triplet: 10, 53 and 55. RGB value is (16,83,85). Sum of RGB (Red+Green+Blue) = 16+83+85=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #105355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105355 is #EFACAA. Grayscale: #3F3F3F. Windows color (decimal): -15707307 or 5591824. OLE color: 5591824.

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

Color convert

RGB 16 83 85 -
CMYK 0.81 0.02 0 0.67
HSL 181.74º 0.68% 0.2% -
HSV(B) 181.74º 0.81% 0.33% -
XYZ 4.95 6.95 9.68 -
YUV 63.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 16 83 85 0.81 0.02 0 0.67 181.74 0.68 0.2
Hex 10 53 55 51 2 0 43 B6 44 14
Octal 20 123 125 121 2 0 103 266 104 24
Binary 10000 1010011 1010101 1010001 10 0 1000011 10110110 1000100 10100

Color Harmonies of #105355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105355

Black with #105355

Text Example


Text Example

White with #105355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105355; }

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

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

background-color css

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

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

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

border-color css

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

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

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