Html Css Color HEX #10525A Sherpa Blue

📋 copy color: '#10525A'

red 16 ◦ green 82 ◦ blue 90

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

Shades of Sherpa Blue #10525A

Tints of Sherpa Blue #10525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 8.51%
G = 43.62%
B = 47.87%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10525A (or 0x10525A) is known color: Sherpa Blue. HEX triplet: 10, 52 and 5A. RGB value is (16,82,90). Sum of RGB (Red+Green+Blue) = 16+82+90=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #10525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525A is #EFADA5. Grayscale: #3F3F3F. Windows color (decimal): -15707558 or 5919248. OLE color: 5919248.

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

Color convert

RGB 16 82 90 -
CMYK 0.82 0.09 0 0.65
HSL 186.49º 0.7% 0.21% -
HSV(B) 186.49º 0.82% 0.35% -
XYZ 5.08 6.88 10.73 -
YUV 63.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 16 82 90 0.82 0.09 0 0.65 186.49 0.7 0.21
Hex 10 52 5A 52 9 0 41 BA 46 15
Octal 20 122 132 122 11 0 101 272 106 25
Binary 10000 1010010 1011010 1010010 1001 0 1000001 10111010 1000110 10101

Color Harmonies of #10525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10525A

Black with #10525A

Text Example


Text Example

White with #10525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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