Html Css Color HEX #085357 Sherpa Blue

📋 copy color: '#085357'

red 8 ◦ green 83 ◦ blue 87

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

Shades of Sherpa Blue #085357

Tints of Sherpa Blue #085357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

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

R = 4.49%
G = 46.63%
B = 48.88%

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

#085357 (or 0x085357) is known color: Sherpa Blue. HEX triplet: 08, 53 and 57. RGB value is (8,83,87). Sum of RGB (Red+Green+Blue) = 8+83+87=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #085357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085357 is #F7ACA8. Grayscale: #3C3C3C. Windows color (decimal): -16231593 or 5722888. OLE color: 5722888.

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

Color convert

RGB 8 83 87 -
CMYK 0.91 0.05 0 0.66
HSL 183.04º 0.83% 0.19% -
HSV(B) 183.04º 0.91% 0.34% -
XYZ 4.91 6.93 10.09 -
YUV 61.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 8 83 87 0.91 0.05 0 0.66 183.04 0.83 0.19
Hex 8 53 57 5B 5 0 42 B7 53 13
Octal 10 123 127 133 5 0 102 267 123 23
Binary 1000 1010011 1010111 1011011 101 0 1000010 10110111 1010011 10011

Color Harmonies of #085357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085357

Black with #085357

Text Example


Text Example

White with #085357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085357; }

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

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

background-color css

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

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

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

border-color css

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

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

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