Html Css Color HEX #085157 Sherpa Blue

📋 copy color: '#085157'

red 8 ◦ green 81 ◦ blue 87

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

Shades of Sherpa Blue #085157

Tints of Sherpa Blue #085157

RGB

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

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

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

R = 4.55%
G = 46.02%
B = 49.43%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#085157 (or 0x085157) is known color: Sherpa Blue. HEX triplet: 08, 51 and 57. RGB value is (8,81,87). Sum of RGB (Red+Green+Blue) = 8+81+87=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #085157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085157 is #F7AEA8. Grayscale: #3B3B3B. Windows color (decimal): -16232105 or 5722376. OLE color: 5722376.

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

Color convert

RGB 8 81 87 -
CMYK 0.91 0.07 0 0.66
HSL 184.56º 0.83% 0.19% -
HSV(B) 184.56º 0.91% 0.34% -
XYZ 4.76 6.62 10.04 -
YUV 59.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 8 81 87 0.91 0.07 0 0.66 184.56 0.83 0.19
Hex 8 51 57 5B 7 0 42 B9 53 13
Octal 10 121 127 133 7 0 102 271 123 23
Binary 1000 1010001 1010111 1011011 111 0 1000010 10111001 1010011 10011

Color Harmonies of #085157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085157

Black with #085157

Text Example


Text Example

White with #085157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085157; }

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

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

background-color css

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

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

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

border-color css

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

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

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