Html Css Color HEX #085353 Sherpa Blue

📋 copy color: '#085353'

red 8 ◦ green 83 ◦ blue 83

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

Shades of Sherpa Blue #085353

Tints of Sherpa Blue #085353

RGB

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

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

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

R = 4.6%
G = 47.7%
B = 47.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#085353 (or 0x085353) is known color: Sherpa Blue. HEX triplet: 08, 53 and 53. RGB value is (8,83,83). Sum of RGB (Red+Green+Blue) = 8+83+83=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #085353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085353 is #F7ACAC. Grayscale: #3C3C3C. Windows color (decimal): -16231597 or 5460744. OLE color: 5460744.

HSL color Cylindrical-coordinate representation of color #085353: hue angle of 180º 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 #085353 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 83 -
CMYK 0.90 0 0 0.67
HSL 180º 0.82% 0.18% -
HSV(B) 180º 0.9% 0.33% -
XYZ 4.75 6.86 9.26 -
YUV 60.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 8 83 83 0.90 0 0 0.67 180 0.82 0.18
Hex 8 53 53 5A 0 0 43 B4 52 12
Octal 10 123 123 132 0 0 103 264 122 22
Binary 1000 1010011 1010011 1011010 0 0 1000011 10110100 1010010 10010

Color Harmonies of #085353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085353

Black with #085353

Text Example


Text Example

White with #085353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085353; }

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

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

background-color css

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

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

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

border-color css

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

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

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