Html Css Color HEX #084D58 Sherpa Blue

📋 copy color: '#084D58'

red 8 ◦ green 77 ◦ blue 88

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

Shades of Sherpa Blue #084D58

Tints of Sherpa Blue #084D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.87%

R = 4.62%
G = 44.51%
B = 50.87%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#084D58 (or 0x084D58) is known color: Sherpa Blue. HEX triplet: 08, 4D and 58. RGB value is (8,77,88). Sum of RGB (Red+Green+Blue) = 8+77+88=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #084D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D58 is #F7B2A7. Grayscale: #393939. Windows color (decimal): -16233128 or 5786888. OLE color: 5786888.

HSL color Cylindrical-coordinate representation of color #084D58: hue angle of 188.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084D58 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 77 88 -
CMYK 0.91 0.12 0 0.65
HSL 188.25º 0.83% 0.19% -
HSV(B) 188.25º 0.91% 0.35% -
XYZ 4.52 6.06 10.16 -
YUV 57.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 8 77 88 0.91 0.12 0 0.65 188.25 0.83 0.19
Hex 8 4D 58 5B C 0 41 BC 53 13
Octal 10 115 130 133 14 0 101 274 123 23
Binary 1000 1001101 1011000 1011011 1100 0 1000001 10111100 1010011 10011

Color Harmonies of #084D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D58

Black with #084D58

Text Example


Text Example

White with #084D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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