Html Css Color HEX #0A5258 Sherpa Blue

📋 copy color: '#0A5258'

red 10 ◦ green 82 ◦ blue 88

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

Shades of Sherpa Blue #0A5258

Tints of Sherpa Blue #0A5258

RGB

 RED value IS 10 (4.3% from 255) = 5.56%

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

 BLUE value IS 88 (34.77% from 255) = 48.89%

R = 5.56%
G = 45.56%
B = 48.89%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0A5258 (or 0x0A5258) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 58. RGB value is (10,82,88). Sum of RGB (Red+Green+Blue) = 10+82+88=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A5258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5258 is #F5ADA7. Grayscale: #3D3D3D. Windows color (decimal): -16100776 or 5788170. OLE color: 5788170.

HSL color Cylindrical-coordinate representation of color #0A5258: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5258 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 82 88 -
CMYK 0.89 0.07 0 0.65
HSL 184.62º 0.8% 0.19% -
HSV(B) 184.62º 0.89% 0.35% -
XYZ 4.9 6.8 10.29 -
YUV 61.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 10 82 88 0.89 0.07 0 0.65 184.62 0.8 0.19
Hex A 52 58 59 7 0 41 B9 50 13
Octal 12 122 130 131 7 0 101 271 120 23
Binary 1010 1010010 1011000 1011001 111 0 1000001 10111001 1010000 10011

Color Harmonies of #0A5258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5258

Black with #0A5258

Text Example


Text Example

White with #0A5258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5258; }

 p { color: rgb(10,82,88); }

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

background-color css

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

 a { background-color: rgb(10,82,88); }

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

border-color css

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

 span { border-color: rgb(10,82,88); }

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