Html Css Color HEX #085257 Sherpa Blue

📋 copy color: '#085257'

red 8 ◦ green 82 ◦ blue 87

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

Shades of Sherpa Blue #085257

Tints of Sherpa Blue #085257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 4.52%
G = 46.33%
B = 49.15%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#085257 (or 0x085257) is known color: Sherpa Blue. HEX triplet: 08, 52 and 57. RGB value is (8,82,87). Sum of RGB (Red+Green+Blue) = 8+82+87=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #085257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085257 is #F7ADA8. Grayscale: #3C3C3C. Windows color (decimal): -16231849 or 5722632. OLE color: 5722632.

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

Color convert

RGB 8 82 87 -
CMYK 0.91 0.06 0 0.66
HSL 183.8º 0.83% 0.19% -
HSV(B) 183.8º 0.91% 0.34% -
XYZ 4.84 6.77 10.07 -
YUV 60.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 8 82 87 0.91 0.06 0 0.66 183.8 0.83 0.19
Hex 8 52 57 5B 6 0 42 B8 53 13
Octal 10 122 127 133 6 0 102 270 123 23
Binary 1000 1010010 1010111 1011011 110 0 1000010 10111000 1010011 10011

Color Harmonies of #085257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085257

Black with #085257

Text Example


Text Example

White with #085257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085257; }

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

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

background-color css

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

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

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

border-color css

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

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

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