Html Css Color HEX #085358 Sherpa Blue

📋 copy color: '#085358'

red 8 ◦ green 83 ◦ blue 88

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

Shades of Sherpa Blue #085358

Tints of Sherpa Blue #085358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 4.47%
G = 46.37%
B = 49.16%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#085358 (or 0x085358) is known color: Sherpa Blue. HEX triplet: 08, 53 and 58. RGB value is (8,83,88). Sum of RGB (Red+Green+Blue) = 8+83+88=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #085358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085358 is #F7ACA7. Grayscale: #3D3D3D. Windows color (decimal): -16231592 or 5788424. OLE color: 5788424.

HSL color Cylindrical-coordinate representation of color #085358: hue angle of 183.75º degrees, saturation: 0.83, 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 #085358 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 83 88 -
CMYK 0.91 0.06 0 0.65
HSL 183.75º 0.83% 0.19% -
HSV(B) 183.75º 0.91% 0.35% -
XYZ 4.95 6.94 10.31 -
YUV 61.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 8 83 88 0.91 0.06 0 0.65 183.75 0.83 0.19
Hex 8 53 58 5B 6 0 41 B8 53 13
Octal 10 123 130 133 6 0 101 270 123 23
Binary 1000 1010011 1011000 1011011 110 0 1000001 10111000 1010011 10011

Color Harmonies of #085358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085358

Black with #085358

Text Example


Text Example

White with #085358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085358; }

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

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

background-color css

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

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

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

border-color css

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

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

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