Html Css Color HEX #05894B Salem

📋 copy color: '#05894B'

red 5 ◦ green 137 ◦ blue 75

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

Shades of Salem #05894B

Tints of Salem #05894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 63.13%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 2.3%
G = 63.13%
B = 34.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#05894B (or 0x05894B) is known color: Salem. HEX triplet: 05, 89 and 4B. RGB value is (5,137,75). Sum of RGB (Red+Green+Blue) = 5+137+75=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 137 (53.91% from 255 or 63.13% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 137 - color contains mainly: green. Hex color #05894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05894B is #FA76B4. Grayscale: #5A5A5A. Windows color (decimal): -16414389 or 4950277. OLE color: 4950277.

HSL color Cylindrical-coordinate representation of color #05894B: hue angle of 151.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05894B is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 75 -
CMYK 0.96 0 0.45 0.46
HSL 151.82º 0.93% 0.28% -
HSV(B) 151.82º 0.96% 0.54% -
XYZ 10.28 18.43 9.67 -
YUV 90.46 119.27 67.04 -
System Red Green Blue C M Y K H S L
Decimal 5 137 75 0.96 0 0.45 0.46 151.82 0.93 0.28
Hex 5 89 4B 60 0 2D 2E 98 5D 1C
Octal 5 211 113 140 0 55 56 230 135 34
Binary 101 10001001 1001011 1100000 0 101101 101110 10011000 1011101 11100

Color Harmonies of #05894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05894B

Black with #05894B

Text Example


Text Example

White with #05894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05894B; }

 p { color: rgb(5,137,75); }

 H1.HeaderClassName
 {
   color: #05894B;
 }
 .AnyTagClassName
 {
   color: #05894B;
 }
</style>

background-color css

<style>
 a { background-color: #05894B; }

 a { background-color: rgb(5,137,75); }

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

border-color css

<style>
 span { border-color: #05894B; }

 span { border-color: rgb(5,137,75); }

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