Html Css Color HEX #084D5D Sherpa Blue

📋 copy color: '#084D5D'

red 8 ◦ green 77 ◦ blue 93

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

Shades of Sherpa Blue #084D5D

Tints of Sherpa Blue #084D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.26%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 4.49%
G = 43.26%
B = 52.25%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#084D5D (or 0x084D5D) is known color: Sherpa Blue. HEX triplet: 08, 4D and 5D. RGB value is (8,77,93). Sum of RGB (Red+Green+Blue) = 8+77+93=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #084D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D5D is #F7B2A2. Grayscale: #3A3A3A. Windows color (decimal): -16233123 or 6114568. OLE color: 6114568.

HSL color Cylindrical-coordinate representation of color #084D5D: hue angle of 191.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084D5D is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 77 93 -
CMYK 0.91 0.17 0 0.64
HSL 191.29º 0.84% 0.2% -
HSV(B) 191.29º 0.91% 0.36% -
XYZ 4.73 6.15 11.29 -
YUV 58.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 8 77 93 0.91 0.17 0 0.64 191.29 0.84 0.2
Hex 8 4D 5D 5B 11 0 40 BF 54 14
Octal 10 115 135 133 21 0 100 277 124 24
Binary 1000 1001101 1011101 1011011 10001 0 1000000 10111111 1010100 10100

Color Harmonies of #084D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D5D

Black with #084D5D

Text Example


Text Example

White with #084D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084D5D; }

 p { color: rgb(8,77,93); }

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

background-color css

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

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

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

border-color css

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

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

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