Html Css Color HEX #085053 Sherpa Blue

📋 copy color: '#085053'

red 8 ◦ green 80 ◦ blue 83

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

Shades of Sherpa Blue #085053

Tints of Sherpa Blue #085053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 4.68%
G = 46.78%
B = 48.54%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#085053 (or 0x085053) is known color: Sherpa Blue. HEX triplet: 08, 50 and 53. RGB value is (8,80,83). Sum of RGB (Red+Green+Blue) = 8+80+83=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #085053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085053 is #F7AFAC. Grayscale: #3A3A3A. Windows color (decimal): -16232365 or 5459976. OLE color: 5459976.

HSL color Cylindrical-coordinate representation of color #085053: hue angle of 182.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085053 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 80 83 -
CMYK 0.90 0.04 0 0.67
HSL 182.4º 0.82% 0.18% -
HSV(B) 182.4º 0.9% 0.33% -
XYZ 4.53 6.41 9.18 -
YUV 58.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 8 80 83 0.90 0.04 0 0.67 182.4 0.82 0.18
Hex 8 50 53 5A 4 0 43 B6 52 12
Octal 10 120 123 132 4 0 103 266 122 22
Binary 1000 1010000 1010011 1011010 100 0 1000011 10110110 1010010 10010

Color Harmonies of #085053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085053

Black with #085053

Text Example


Text Example

White with #085053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085053; }

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

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

background-color css

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

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

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

border-color css

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

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

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