Html Css Color HEX #08504D Sherpa Blue

📋 copy color: '#08504D'

red 8 ◦ green 80 ◦ blue 77

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

Shades of Sherpa Blue #08504D

Tints of Sherpa Blue #08504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 4.85%
G = 48.48%
B = 46.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#08504D (or 0x08504D) is known color: Sherpa Blue. HEX triplet: 08, 50 and 4D. RGB value is (8,80,77). Sum of RGB (Red+Green+Blue) = 8+80+77=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #08504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08504D is #F7AFB2. Grayscale: #3A3A3A. Windows color (decimal): -16232371 or 5066760. OLE color: 5066760.

HSL color Cylindrical-coordinate representation of color #08504D: hue angle of 177.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08504D is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 77 -
CMYK 0.90 0 0.04 0.69
HSL 177.5º 0.82% 0.17% -
HSV(B) 177.5º 0.9% 0.31% -
XYZ 4.31 6.32 8.01 -
YUV 58.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 8 80 77 0.90 0 0.04 0.69 177.5 0.82 0.17
Hex 8 50 4D 5A 0 4 45 B2 52 11
Octal 10 120 115 132 0 4 105 262 122 21
Binary 1000 1010000 1001101 1011010 0 100 1000101 10110010 1010010 10001

Color Harmonies of #08504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08504D

Black with #08504D

Text Example


Text Example

White with #08504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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