Html Css Color HEX #085058 Sherpa Blue

📋 copy color: '#085058'

red 8 ◦ green 80 ◦ blue 88

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

Shades of Sherpa Blue #085058

Tints of Sherpa Blue #085058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

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

R = 4.55%
G = 45.45%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#085058 (or 0x085058) is known color: Sherpa Blue. HEX triplet: 08, 50 and 58. RGB value is (8,80,88). Sum of RGB (Red+Green+Blue) = 8+80+88=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #085058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085058 is #F7AFA7. Grayscale: #3B3B3B. Windows color (decimal): -16232360 or 5787656. OLE color: 5787656.

HSL color Cylindrical-coordinate representation of color #085058: hue angle of 186º 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 #085058 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 80 88 -
CMYK 0.91 0.09 0 0.65
HSL 186º 0.83% 0.19% -
HSV(B) 186º 0.91% 0.35% -
XYZ 4.73 6.49 10.24 -
YUV 59.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 8 80 88 0.91 0.09 0 0.65 186 0.83 0.19
Hex 8 50 58 5B 9 0 41 BA 53 13
Octal 10 120 130 133 11 0 101 272 123 23
Binary 1000 1010000 1011000 1011011 1001 0 1000001 10111010 1010011 10011

Color Harmonies of #085058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085058

Black with #085058

Text Example


Text Example

White with #085058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085058; }

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

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

background-color css

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

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

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

border-color css

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

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

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