Html Css Color HEX #085359 Sherpa Blue

📋 copy color: '#085359'

red 8 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #085359

Tints of Sherpa Blue #085359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 4.44%
G = 46.11%
B = 49.44%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#085359 (or 0x085359) is known color: Sherpa Blue. HEX triplet: 08, 53 and 59. RGB value is (8,83,89). Sum of RGB (Red+Green+Blue) = 8+83+89=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #085359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085359 is #F7ACA6. Grayscale: #3D3D3D. Windows color (decimal): -16231591 or 5853960. OLE color: 5853960.

HSL color Cylindrical-coordinate representation of color #085359: hue angle of 184.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085359 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 83 89 -
CMYK 0.91 0.07 0 0.65
HSL 184.44º 0.84% 0.19% -
HSV(B) 184.44º 0.91% 0.35% -
XYZ 5 6.96 10.53 -
YUV 61.26 143.65 90.01 -
System Red Green Blue C M Y K H S L
Decimal 8 83 89 0.91 0.07 0 0.65 184.44 0.84 0.19
Hex 8 53 59 5B 7 0 41 B8 54 13
Octal 10 123 131 133 7 0 101 270 124 23
Binary 1000 1010011 1011001 1011011 111 0 1000001 10111000 1010100 10011

Color Harmonies of #085359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085359

Black with #085359

Text Example


Text Example

White with #085359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085359; }

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

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

background-color css

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

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

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

border-color css

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

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

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