Html Css Color HEX #10525B Sherpa Blue

📋 copy color: '#10525B'

red 16 ◦ green 82 ◦ blue 91

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

Shades of Sherpa Blue #10525B

Tints of Sherpa Blue #10525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 8.47%
G = 43.39%
B = 48.15%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10525B (or 0x10525B) is known color: Sherpa Blue. HEX triplet: 10, 52 and 5B. RGB value is (16,82,91). Sum of RGB (Red+Green+Blue) = 16+82+91=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #10525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525B is #EFADA4. Grayscale: #3F3F3F. Windows color (decimal): -15707557 or 5984784. OLE color: 5984784.

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

Color convert

RGB 16 82 91 -
CMYK 0.82 0.10 0 0.64
HSL 187.2º 0.7% 0.21% -
HSV(B) 187.2º 0.82% 0.36% -
XYZ 5.12 6.9 10.96 -
YUV 63.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 16 82 91 0.82 0.10 0 0.64 187.2 0.7 0.21
Hex 10 52 5B 52 A 0 40 BB 46 15
Octal 20 122 133 122 12 0 100 273 106 25
Binary 10000 1010010 1011011 1010010 1010 0 1000000 10111011 1000110 10101

Color Harmonies of #10525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10525B

Black with #10525B

Text Example


Text Example

White with #10525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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