Html Css Color HEX #085256 Sherpa Blue

📋 copy color: '#085256'

red 8 ◦ green 82 ◦ blue 86

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

Shades of Sherpa Blue #085256

Tints of Sherpa Blue #085256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 4.55%
G = 46.59%
B = 48.86%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#085256 (or 0x085256) is known color: Sherpa Blue. HEX triplet: 08, 52 and 56. RGB value is (8,82,86). Sum of RGB (Red+Green+Blue) = 8+82+86=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #085256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085256 is #F7ADA9. Grayscale: #3C3C3C. Windows color (decimal): -16231850 or 5657096. OLE color: 5657096.

HSL color Cylindrical-coordinate representation of color #085256: hue angle of 183.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085256 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 82 86 -
CMYK 0.91 0.05 0 0.66
HSL 183.08º 0.83% 0.18% -
HSV(B) 183.08º 0.91% 0.34% -
XYZ 4.8 6.76 9.86 -
YUV 60.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 8 82 86 0.91 0.05 0 0.66 183.08 0.83 0.18
Hex 8 52 56 5B 5 0 42 B7 53 12
Octal 10 122 126 133 5 0 102 267 123 22
Binary 1000 1010010 1010110 1011011 101 0 1000010 10110111 1010011 10010

Color Harmonies of #085256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085256

Black with #085256

Text Example


Text Example

White with #085256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085256; }

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

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

background-color css

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

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

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

border-color css

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

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

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