Html Css Color HEX #05B585 Mountain Meadow

📋 copy color: '#05B585'

red 5 ◦ green 181 ◦ blue 133

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

Shades of Mountain Meadow #05B585

Tints of Mountain Meadow #05B585

RGB

 RED value IS 5 (2.34% from 255) = 1.57%

 GREEN value IS 181 (71.09% from 255) = 56.74%

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 1.57%
G = 56.74%
B = 41.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#05B585 (or 0x05B585) is known color: Mountain Meadow. HEX triplet: 05, B5 and 85. RGB value is (5,181,133). Sum of RGB (Red+Green+Blue) = 5+181+133=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #05B585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B585 is #FA4A7A. Grayscale: #7A7A7A. Windows color (decimal): -16403067 or 8762629. OLE color: 8762629.

HSL color Cylindrical-coordinate representation of color #05B585: hue angle of 163.64º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B585 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 181 133 -
CMYK 0.97 0 0.27 0.29
HSL 163.64º 0.95% 0.36% -
HSV(B) 163.64º 0.97% 0.71% -
XYZ 20.82 34.77 27.8 -
YUV 122.9 133.69 43.9 -
System Red Green Blue C M Y K H S L
Decimal 5 181 133 0.97 0 0.27 0.29 163.64 0.95 0.36
Hex 5 B5 85 61 0 1B 1D A4 5F 24
Octal 5 265 205 141 0 33 35 244 137 44
Binary 101 10110101 10000101 1100001 0 11011 11101 10100100 1011111 100100

Color Harmonies of #05B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B585

Black with #05B585

Text Example


Text Example

White with #05B585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B585; }

 p { color: rgb(5,181,133); }

 H1.HeaderClassName
 {
   color: #05B585;
 }
 .AnyTagClassName
 {
   color: #05B585;
 }
</style>

background-color css

<style>
 a { background-color: #05B585; }

 a { background-color: rgb(5,181,133); }

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

border-color css

<style>
 span { border-color: #05B585; }

 span { border-color: rgb(5,181,133); }

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