Html Css Color HEX #085055 Sherpa Blue

📋 copy color: '#085055'

red 8 ◦ green 80 ◦ blue 85

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

Shades of Sherpa Blue #085055

Tints of Sherpa Blue #085055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.24%

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 4.62%
G = 46.24%
B = 49.13%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#085055 (or 0x085055) is known color: Sherpa Blue. HEX triplet: 08, 50 and 55. RGB value is (8,80,85). Sum of RGB (Red+Green+Blue) = 8+80+85=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #085055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085055 is #F7AFAA. Grayscale: #3A3A3A. Windows color (decimal): -16232363 or 5591048. OLE color: 5591048.

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

Color convert

RGB 8 80 85 -
CMYK 0.91 0.06 0 0.67
HSL 183.9º 0.83% 0.18% -
HSV(B) 183.9º 0.91% 0.33% -
XYZ 4.61 6.44 9.6 -
YUV 59.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 8 80 85 0.91 0.06 0 0.67 183.9 0.83 0.18
Hex 8 50 55 5B 6 0 43 B8 53 12
Octal 10 120 125 133 6 0 103 270 123 22
Binary 1000 1010000 1010101 1011011 110 0 1000011 10111000 1010011 10010

Color Harmonies of #085055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085055

Black with #085055

Text Example


Text Example

White with #085055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085055; }

 p { color: rgb(8,80,85); }

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

background-color css

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

 a { background-color: rgb(8,80,85); }

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

border-color css

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

 span { border-color: rgb(8,80,85); }

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