Html Css Color HEX #085260 Sherpa Blue

📋 copy color: '#085260'

red 8 ◦ green 82 ◦ blue 96

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

Shades of Sherpa Blue #085260

Tints of Sherpa Blue #085260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 4.3%
G = 44.09%
B = 51.61%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085260 (or 0x085260) is known color: Sherpa Blue. HEX triplet: 08, 52 and 60. RGB value is (8,82,96). Sum of RGB (Red+Green+Blue) = 8+82+96=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #085260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085260 is #F7AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16231840 or 6312456. OLE color: 6312456.

HSL color Cylindrical-coordinate representation of color #085260: hue angle of 189.55º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085260 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 82 96 -
CMYK 0.92 0.15 0 0.62
HSL 189.55º 0.85% 0.2% -
HSV(B) 189.55º 0.92% 0.38% -
XYZ 5.23 6.93 12.13 -
YUV 61.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 8 82 96 0.92 0.15 0 0.62 189.55 0.85 0.2
Hex 8 52 60 5C F 0 3E BE 55 14
Octal 10 122 140 134 17 0 76 276 125 24
Binary 1000 1010010 1100000 1011100 1111 0 111110 10111110 1010101 10100

Color Harmonies of #085260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085260

Black with #085260

Text Example


Text Example

White with #085260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085260; }

 p { color: rgb(8,82,96); }

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

background-color css

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

 a { background-color: rgb(8,82,96); }

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

border-color css

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

 span { border-color: rgb(8,82,96); }

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