Html Css Color HEX #08534F Sherpa Blue

📋 copy color: '#08534F'

red 8 ◦ green 83 ◦ blue 79

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

Shades of Sherpa Blue #08534F

Tints of Sherpa Blue #08534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.47%

R = 4.71%
G = 48.82%
B = 46.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#08534F (or 0x08534F) is known color: Sherpa Blue. HEX triplet: 08, 53 and 4F. RGB value is (8,83,79). Sum of RGB (Red+Green+Blue) = 8+83+79=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #08534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08534F is #F7ACB0. Grayscale: #3C3C3C. Windows color (decimal): -16231601 or 5198600. OLE color: 5198600.

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

Color convert

RGB 8 83 79 -
CMYK 0.90 0 0.05 0.67
HSL 176.8º 0.82% 0.18% -
HSV(B) 176.8º 0.9% 0.33% -
XYZ 4.6 6.8 8.47 -
YUV 60.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 8 83 79 0.90 0 0.05 0.67 176.8 0.82 0.18
Hex 8 53 4F 5A 0 5 43 B1 52 12
Octal 10 123 117 132 0 5 103 261 122 22
Binary 1000 1010011 1001111 1011010 0 101 1000011 10110001 1010010 10010

Color Harmonies of #08534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08534F

Black with #08534F

Text Example


Text Example

White with #08534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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