Html Css Color HEX #05643E Jewel

📋 copy color: '#05643E'

red 5 ◦ green 100 ◦ blue 62

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

Shades of Jewel #05643E

Tints of Jewel #05643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 59.88%

 BLUE value IS 62 (24.61% from 255) = 37.13%

R = 2.99%
G = 59.88%
B = 37.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#05643E (or 0x05643E) is known color: Jewel. HEX triplet: 05, 64 and 3E. RGB value is (5,100,62). Sum of RGB (Red+Green+Blue) = 5+100+62=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #05643E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05643E is #FA9BC1. Grayscale: #434343. Windows color (decimal): -16423874 or 4088837. OLE color: 4088837.

HSL color Cylindrical-coordinate representation of color #05643E: hue angle of 156º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05643E is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 62 -
CMYK 0.95 0 0.38 0.61
HSL 156º 0.9% 0.21% -
HSV(B) 156º 0.95% 0.39% -
XYZ 5.49 9.49 6.1 -
YUV 67.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 5 100 62 0.95 0 0.38 0.61 156 0.9 0.21
Hex 5 64 3E 5F 0 26 3D 9C 5A 15
Octal 5 144 76 137 0 46 75 234 132 25
Binary 101 1100100 111110 1011111 0 100110 111101 10011100 1011010 10101

Color Harmonies of #05643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05643E

Black with #05643E

Text Example


Text Example

White with #05643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05643E; }

 p { color: rgb(5,100,62); }

 H1.HeaderClassName
 {
   color: #05643E;
 }
 .AnyTagClassName
 {
   color: #05643E;
 }
</style>

background-color css

<style>
 a { background-color: #05643E; }

 a { background-color: rgb(5,100,62); }

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

border-color css

<style>
 span { border-color: #05643E; }

 span { border-color: rgb(5,100,62); }

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