Html Css Color HEX #084F5D Sherpa Blue

📋 copy color: '#084F5D'

red 8 ◦ green 79 ◦ blue 93

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

Shades of Sherpa Blue #084F5D

Tints of Sherpa Blue #084F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.89%

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

R = 4.44%
G = 43.89%
B = 51.67%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#084F5D (or 0x084F5D) is known color: Sherpa Blue. HEX triplet: 08, 4F and 5D. RGB value is (8,79,93). Sum of RGB (Red+Green+Blue) = 8+79+93=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #084F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F5D is #F7B0A2. Grayscale: #3B3B3B. Windows color (decimal): -16232611 or 6115080. OLE color: 6115080.

HSL color Cylindrical-coordinate representation of color #084F5D: hue angle of 189.88º 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 #084F5D is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 79 93 -
CMYK 0.91 0.15 0 0.64
HSL 189.88º 0.84% 0.2% -
HSV(B) 189.88º 0.91% 0.36% -
XYZ 4.87 6.43 11.34 -
YUV 59.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 8 79 93 0.91 0.15 0 0.64 189.88 0.84 0.2
Hex 8 4F 5D 5B F 0 40 BE 54 14
Octal 10 117 135 133 17 0 100 276 124 24
Binary 1000 1001111 1011101 1011011 1111 0 1000000 10111110 1010100 10100

Color Harmonies of #084F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F5D

Black with #084F5D

Text Example


Text Example

White with #084F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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