#10525D

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

Shades of Sherpa Blue #10525D

Tints of Sherpa Blue #10525D

Color information

#10525D (or 0x10525D) is unknown color: approx Sherpa Blue. HEX triplet: 10, 52 and 5D. RGB value is (16,82,93). Sum of RGB (Red+Green+Blue) = 16+82+93=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #10525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525D is #EFADA2. Grayscale: #3F3F3F. Windows color (decimal): -15707555 or 6115856. OLE color: 6115856.

HSL color Cylindrical-coordinate representation of color #10525D: hue angle of 188.57º degrees, saturation: 0.71, 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 #10525D is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168293-
CMYK0.830.1200.64
HSL188.57º70.64%21.37%-
HSV(B)188.57º82.8%36.47%-
XYZ5.216.9411.42-
YUV63.52144.6394.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.38%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=8.38%
G=42.93%
B=48.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1682930.830.1200.64188.5770.6421.37
Hex10525D53C040bd4715
Octal2012213512314010027510725
Binary1000010100101011101101001111000100000010111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10525D; }

 p { color: rgb(16,82,93); }

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

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

 a { background-color: rgb(16,82,93); }

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

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

 span { border-color: rgb(16,82,93); }

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