Html Css Color HEX #085158 Sherpa Blue

📋 copy color: '#085158'

red 8 ◦ green 81 ◦ blue 88

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

Shades of Sherpa Blue #085158

Tints of Sherpa Blue #085158

RGB

 RED value IS 8 (3.52% from 255) = 4.52%

 GREEN value IS 81 (32.03% from 255) = 45.76%

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

R = 4.52%
G = 45.76%
B = 49.72%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#085158 (or 0x085158) is known color: Sherpa Blue. HEX triplet: 08, 51 and 58. RGB value is (8,81,88). Sum of RGB (Red+Green+Blue) = 8+81+88=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #085158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085158 is #F7AEA7. Grayscale: #3B3B3B. Windows color (decimal): -16232104 or 5787912. OLE color: 5787912.

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

Color convert

RGB 8 81 88 -
CMYK 0.91 0.08 0 0.65
HSL 185.25º 0.83% 0.19% -
HSV(B) 185.25º 0.91% 0.35% -
XYZ 4.8 6.64 10.26 -
YUV 59.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 8 81 88 0.91 0.08 0 0.65 185.25 0.83 0.19
Hex 8 51 58 5B 8 0 41 B9 53 13
Octal 10 121 130 133 10 0 101 271 123 23
Binary 1000 1010001 1011000 1011011 1000 0 1000001 10111001 1010011 10011

Color Harmonies of #085158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085158

Black with #085158

Text Example


Text Example

White with #085158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085158; }

 p { color: rgb(8,81,88); }

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

background-color css

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

 a { background-color: rgb(8,81,88); }

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

border-color css

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

 span { border-color: rgb(8,81,88); }

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